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

btllib not compatible with pypy on Conda #72

Open
aafshinfard opened this issue Jan 19, 2023 · 0 comments
Open

btllib not compatible with pypy on Conda #72

aafshinfard opened this issue Jan 19, 2023 · 0 comments

Comments

@aafshinfard
Copy link
Member

aafshinfard commented Jan 19, 2023

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

1 participant