Pymc3 Installation Issues in Linux #6725
Unanswered
Hyunglok-Kim
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Any reason you can't use PyMC 5.x? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to install pymc3 using the following command line in Linux:
conda create -c conda-forge -n pymc3_env pymc3 theano-pymc mkl mkl-service
However, I got the following error when I try to import pymc3, and I suspect this is related to the numpy version:
Could you please provide me with any advise on this issue?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions