Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to install pymc in Anaconda on mac OS #174

Closed
ottiP opened this issue Jan 22, 2018 · 11 comments
Closed

Fail to install pymc in Anaconda on mac OS #174

ottiP opened this issue Jan 22, 2018 · 11 comments

Comments

@ottiP
Copy link

ottiP commented Jan 22, 2018

When I try to install pymc through anaconda:

conda install pymc

I obtain the following error:

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict: - blaze - pymc Use "conda info " to see the dependencies for each package.

How can I fix it?

Thank you in advance for your help

@fonnesbeck
Copy link
Member

What were the conflicting dependencies? We are preparing a new release now, so we would like to make sure there are no conflicts. In the meantime, feel free to use pip, which should not have issues.

@ottiP
Copy link
Author

ottiP commented Jan 22, 2018 via email

@fonnesbeck
Copy link
Member

Ottavia,

There are now new builds of PyMC (version 2.3.7rc1) on conda. Can you try installing from conda again? If it fails, please send along the entire message (and the output from conda info).

@fonnesbeck
Copy link
Member

@ottiP also, are you intending to install the older version of PyMC? Or did you mean to install PyMC3 (the newer project). If so, you want to do:

conda install pymc3

(note the 3 in the name)

@ottiP
Copy link
Author

ottiP commented Jan 24, 2018 via email

@fonnesbeck
Copy link
Member

fonnesbeck commented Jan 24, 2018

OK, thanks for the report. It looks like there is an issue with the 2.3.7 package cc @kyleabeauchamp

Yes, if you already have models written in PyMC2, then you would need 2.3.7; they will not automatically run under PyMC3. We will get it working.

Are you running on Windows, Linux or Mac?

@ottiP
Copy link
Author

ottiP commented Jan 24, 2018 via email

@fonnesbeck
Copy link
Member

Which operating system are you using?

@ottiP
Copy link
Author

ottiP commented Jan 24, 2018 via email

@kyleabeauchamp
Copy link
Contributor

I think I've figured it out. Can you try conda install openblas in your environment? I think we need to add openblas to the requirements.

@ottiP
Copy link
Author

ottiP commented Jan 24, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants