btllib icon indicating copy to clipboard operation
btllib copied to clipboard

btllib not compatible with pypy on Conda

Open aafshinfard opened this issue 2 years ago • 0 comments

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:

  • create a new conda env and activate
  • make an environment.yml file that reads:
bioconda::btllib
conda-forge::pypy
  • run conda install --file environment.yml and see if it works
.
.
.
Found conflicts! Looking for incompatible packages.                                                                                                                                                                                    failed

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:

  - feature:/linux-64::__glibc==2.17=0
  - feature:|@/linux-64::__glibc==2.17=0
  - bioconda::btllib -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.17

aafshinfard avatar Jan 19 '23 21:01 aafshinfard