Skip to content

Conversation

jchodera
Copy link
Member

No description provided.

@bas-rustenburg
Copy link
Contributor

The ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory reminds me of something @MehtapIsik ran into with pymc and assay tools. Fix back then was to add openblas to the dependencies list, since pymc doesnt seem to install it but does depend on it.

@bas-rustenburg
Copy link
Contributor

Wait, it does install openblas. Strange...

@jchodera
Copy link
Member Author

My guess is that it installs libgfortran from the anaconda channel but openblas from the conda-forge channel:
https://travis-ci.org/choderalab/bayesian-itc/jobs/314440600#L878

It looks like we should just require libgfortran for the osx builds only?
https://anaconda.org/search?q=libgfortran

I'll play with this a bit more later. I run into this all the time with pymc2.

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

Successfully merging this pull request may close these issues.

2 participants