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

mamba does not follow conda recipe restriction as defined in meta.yaml #958

Closed
qisun2 opened this issue May 23, 2021 · 2 comments
Closed
Labels
status::need-triage New feature proposal that have not been reviewed.

Comments

@qisun2
Copy link

qisun2 commented May 23, 2021

I compared mamba and conda (in conda 4.10.1, miniconda3 with default .condarc config, latest mamba installation: conda install -c conda-forge mamba).

mamba create -c pytorch -n pytorch pytorch python=3.6
conda create -c pytorch -n pytorch pytorch python=3.6

Conda gives me pytorch v1.4. Mamba gives me pytorch v1.8.

It seems to me that mamba does not follow the conda recipe restriction. In the pytorch v1.8.1 recipe file meta.yaml: Pytorch v1.8 Run requires "python >=3.9,<3.10.0a0"

If I specify python3.6, pytorch 1.8 should not work according to the recipe.

@adriendelsalle
Copy link
Member

cc @wolfv any chance to be fixed by your recent push upstream in libsolv?

@adriendelsalle adriendelsalle added the status::need-triage New feature proposal that have not been reviewed. label Jun 4, 2021
@wolfv
Copy link
Member

wolfv commented Jun 4, 2021

What other channels are you using @qisun2 ? There is a pytorch package on conda-forge.

I need to see the output of mamba list. This is very unlikely to be a bug in mamba.

However, the pytorch packages from the pytorch channel are not compatible with mamba, as they are using a deprecated way of shipping cuda enabled builds (#336)

@wolfv wolfv closed this as completed Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status::need-triage New feature proposal that have not been reviewed.
Projects
None yet
Development

No branches or pull requests

3 participants