The package build works correctly and produces the correct outputs zerospeech-libriabx2-1.0.5-py38h8986c40_0.tar.bz2 (same for 3.9 & 3.10)
Once we try to install those build packages, we get the following error (conda install -c coml zerospeech-libriabx2):
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
- feature:/linux-64::__glibc==2.35=0
- feature:|@/linux-64::__glibc==2.35=0
Your installed version is: 2.35
Tried:
- According to SO conda is trying to tell us there is a version conflict in the package.
- Tested the same command with python 3.8, 3.9, 3.10 and got the same error.
- The package installation works correctly when using pip installer
TODO: Investigate where this restriction comes from.
Could be related to #1 as both pkgs have similar builds and are forks of the same code.
The package build works correctly and produces the correct outputs zerospeech-libriabx2-1.0.5-py38h8986c40_0.tar.bz2 (same for 3.9 & 3.10)
Once we try to install those build packages, we get the following error (conda install -c coml zerospeech-libriabx2):
Tried:
TODO: Investigate where this restriction comes from.
Could be related to #1 as both pkgs have similar builds and are forks of the same code.