You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to pip install pymc3, like our readme instructs, you will have a bad time on most platforms because:
You will have a hard time linking your system compilers to theano
It will be super slow because mkl will not be installed
So really, it is required to at least install the dependencies of theano and pymc3 via conda/conda-forge and we should update our instructions accordingly.
The text was updated successfully, but these errors were encountered:
If you try to
pip install pymc3
, like our readme instructs, you will have a bad time on most platforms because:So really, it is required to at least install the dependencies of theano and pymc3 via conda/conda-forge and we should update our instructions accordingly.
The text was updated successfully, but these errors were encountered: