-
Notifications
You must be signed in to change notification settings - Fork 20
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
Forthcoming issues with python 3.8.2 #81
Comments
I think this is only a problem on OS X (and is due to sketchlib rather than PopPUNK). I ran into a lot of issues with gfortran this week which caused the same v3 vs v4 conflict you have above. It's built with v4 and gets correct dependencies on their build machine, but when you install it locally it's forced to v3 by hdf5. I also saw the openblas issue at some point. I think I will try statically linking gfortran on OS X when I next update the recipe and see if that solves everything. If not, I will link all the libraries statically. |
What a pain - with the openblas update, I can run with mash, didn't realise it was hdf5 causing the problem. I think the main openblas/numpy/gfortran issues seem to be resolved for OSX (maybe that's optimistic)? |
I'm just running on Linux for now. You might find that if you try and run with sketchlib you'll get a similar library not found message for gfortran. You can install
before running. Obviously a big pain, and I will try and sort it out in the next version |
It may just be that this is the preferred dependency: https://github.com/conda-forge/gfortran_impl_osx-64-feedstock |
Fixed in pp-sketchlib v1.4.0 |
I tried:
conda create --name pp -c bioconda python=3.8.2 poppunk
This results in problems:
Tried to fix with an update of openblas:
This generally fixes things, except for a conflict with the specification of pp-sketchlib. So might need a somewhat coordinated update of the conda recipes?
The text was updated successfully, but these errors were encountered: