bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
23 stars 5 forks source link

btllib not compatible with pypy on Conda #72

Open aafshinfard opened 1 year ago

aafshinfard commented 1 year ago

I'm seeing that none of the btllib versions are compatible with pypy on Conda. In other words, if we try to install both pypy and btllib, then Conda is unable to find any combination of the two that has no conflicts in terms of dependencies. I tried with pypy in general, and also pypy3.9. Here is how I did:

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for: bioconda::btllib -> python[version='>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0'] bioconda::btllib -> python_abi=3.10[build=_cp310] -> python[version='3.10.|3.8.|3.9.'] conda-forge::pypy -> python[version='3.6.12|3.6.12|3.7.10|3.7.10|3.7.12|3.8.12|3.8.13|3.9.12|3.9.10|3.7.9|3.6.9|3.6.9|3.6.9|3.6.9',build='0_73_pypy|1_73_pypy|4_73_pypy|5_73_pypy|0_73_pypy|0_73_pypy|1_73_pypy|5_73_pypy|3_73_pypy|2_73_pypy']The following specifications were found to be incompatible with your system:

Your installed version is: 2.17