-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
perl-bioperl recipe not working on Linux #20459
Comments
I concur something is not right - see tseemann/berokka#26 But i think it was fixed here #20286 I had to set |
What @tseemann suggested worked for me. I am revising what I wrote in my original message. In trying again, I'm not sure why the newest version of the perl-bioperl module is not used by default. |
I'm running into this problem. I'm trying to update a conda-based Docker image. the old image was based on Among the things I am trying to install is
If I try to have conda install
If I try to have conda install I note that there's packages for The former won't install:
I checked, and my python is 3.8.5.
Here's the Dockerfile I'm using Note that I get similar errors if I try to use |
The perl-bioperl recipe is not installing a functional copy of bioperl on Linux.
I noticed it was installing perl-bioperl-1.6.924-4 so I also tried 1.7.2:
conda create -n bioperl-1.7.2 -c conda-forge -c bioconda -c defaults "perl-bioperl>=1.7.2"
and got the same perl error message.(Edit: actually this produces a working version of bioperl, see replies below.)The above tests were on Linux. On Mac, perl-bioperl 1.7.2 seems to work.
Thanks and apologies if this is not the correct place to report this type of issue.
The text was updated successfully, but these errors were encountered: