-
Notifications
You must be signed in to change notification settings - Fork 23
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
ResolvePackageNotFound issue with pplacer #2
Comments
Hmmm, it works for me... pplacer is in bioconda (https://anaconda.org/bioconda/pplacer) and bioconda is listed as a source in the yaml Maybe remove the "==1.1.alpha17=0" in MAGpy-3.5.yaml and see if that works? |
It does seem that other have had problems with that conda recipe: Does:
Work for you? Otherwise, I recommend installing pplacer outside of conda, making sure it is in the $PATH of all users who will run the jobs and on all the cluster nodes, removing pplacer from the YAML and go from there... |
This appears to be a more general issue with MacOS and pplacer- a precompiled binary won't run on a fresh MacOS install, or one with gsl installed... and there isn't currently a MacOS pplacer recipe on Conda. for now I would say close this issue - I'm going to move my install to Ubuntu or CentOS to minimize issues. |
Hello,
Having some trouble in the install- running the below
conda env create -f MAGpy/envs/MAGpy-3.5.yaml
Produces the below error-
Is this a conda issue, or something up with the .yaml file?
The text was updated successfully, but these errors were encountered: