Questions tagged [conda-solver]
2 questions
0
votes
0 answers
How is this Conda dependency conflict possible?
I have a conflict while attempting a conda build:
Package python_abi conflicts for:
pyibis-ami[version='>=4.0.5'] -> click -> python_abi[version='3.10.*|3.8.*|3.11.*',build='*_cp311|*_cp310|*_cp38']
{snip}
pyibis-ami[version='>=4.0.5'] ->…

dbanas
- 1,707
- 14
- 24
0
votes
0 answers
Why is cython expressing different Python requirements in the same build?
In trying to build Chaco using the following conda command:
conda build --python=3.9 --numpy=1.23 --use-local -c dbanas -c defaults -c conda-forge conda.recipe/chaco/
and the following meta.yaml file:
{% set name = "chaco" %}
{% set version =…

dbanas
- 1,707
- 14
- 24