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

ResolvePackageNotFound issue with pplacer #2

Closed
bstamps opened this issue Apr 10, 2018 · 3 comments
Closed

ResolvePackageNotFound issue with pplacer #2

bstamps opened this issue Apr 10, 2018 · 3 comments

Comments

@bstamps
Copy link

bstamps commented Apr 10, 2018

Hello,

Having some trouble in the install- running the below

conda env create -f MAGpy/envs/MAGpy-3.5.yaml

Produces the below error-

Solving environment: failed

ResolvePackageNotFound: 
  - pplacer==1.1.alpha17=0

Is this a conda issue, or something up with the .yaml file?

@bstamps bstamps changed the title Solving environment: failed ResolvePackageNotFound: - pplacer==1.1.alpha19=0 ResolvePackageNotFound issue with pplacer Apr 10, 2018
@mw55309
Copy link
Member

mw55309 commented Apr 11, 2018

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?

@mw55309
Copy link
Member

mw55309 commented Apr 11, 2018

It does seem that other have had problems with that conda recipe:

matsen/pplacer#360

Does:

conda install -c bioconda pplacer

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...

@bstamps
Copy link
Author

bstamps commented Apr 20, 2018

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.

@mw55309 mw55309 closed this as completed Nov 22, 2018
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

2 participants