-
Notifications
You must be signed in to change notification settings - Fork 88
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
[BUG] Cross-platform locking failing on recent Python versions with defaults
from arm64 to linux-64
#398
Comments
Just to note I have reproduced this issue and here the solve error that I see:
|
I had a similar issue with another dependency (panel) and asked @jbednar to reproduce it. name: buggy
packages:
- python=3.9
- panel >=1
platforms:
- linux-64 Traceback:
|
defaults
from arm64 to linux-64
I can reproduce the issue with a pure conda command:
It works if I do one of the followings:
Using the last option, I can lock the project by running Separately I tried to lock the same set of dependencies on Copied from someone who helped me looking at the issue internally:
|
Cross-ref: conda/conda-libmamba-solver#368 |
Running
anaconda-project lock
with the following project fails solving (using version 0.11.1). I am running anaconda-project from an environment created withconda create -n aproject python=3.10 anaconda-project
, I'm on a Mac M2.Note that if I change
python=3.10
forpython=3.9
in the file below, the solve succeeds.Output of the failing solve:
conda info
:The text was updated successfully, but these errors were encountered: