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

Relaxing Python version requirement in Bioconda? #1221

Closed
cmeesters opened this issue Sep 12, 2023 · 1 comment
Closed

Relaxing Python version requirement in Bioconda? #1221

cmeesters opened this issue Sep 12, 2023 · 1 comment

Comments

@cmeesters
Copy link

Hi,

Installing pysam with conda in an environment with Python version 3.10.12 the attempt to install pysam results in

Could not solve for environment specs
The following packages are incompatible
└─ pysam 0.21**  is installable with the potential options
   ├─ pysam 0.21.0 would require
   │  └─ python >=3.10,<3.11.0a0 , which can be installed;
   ├─ pysam 0.21.0 would require
   │  └─ python >=3.6,<3.7.0a0 , which can be installed;
   ├─ pysam 0.21.0 would require
   │  └─ python >=3.7,<3.8.0a0 , which can be installed;
   ├─ pysam 0.21.0 would require
   │  └─ python >=3.8,<3.9.0a0 , which can be installed;
   └─ pysam 0.21.0 would require
      └─ python >=3.9,<3.10.0a0 , which can be installed.
      

Any ideas (other than downgrading the environment)? Who maintains the conda build?

@jmarshall
Copy link
Member

For 3.10.12, you would think it would have picked that first one.

If you actually meant you have Python 3.11.x, this is #1202 as pinned at the top of our issues page.

In any case, please report conda-related issues to bioconda.

@jmarshall jmarshall closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2023
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