-
Notifications
You must be signed in to change notification settings - Fork 356
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
Incompatibility with conda 23.5.0 ? #2547
Comments
I was able to work around this by installing mamba like so:
This ensures the libarchive comes from conda-forge. |
I also had issues with PyPy being installed, so ended up with this:
Perhaps this should be the recommended installation command in the docs. |
Agreed, that's much better than mixing channels! How likely does it break anything that's shipped with the Anaconda distribution and uses "their" libarchive though? |
I'm doing this in a Docker image. As long as my packaging tests pass I'm assuming it's fine, but it's not exercising every edge case a user might have... Possibly I should consider switching to micromamba at some point. For what it's worth my general feeling is that:
|
I think we should adopt your workaround temporarily. Long term we will probably stop development on Mamba and focus on Micromamba. |
I also encountered this and have solved it by installing the |
That might work if you're lucky but it's not recommended since the libarchive versions might be incompatible |
Troubleshooting docs
How did you install Mamba?
conda install mamba
Search tried in issue tracker
conda 23.5 + python 3.11 incompatibility?
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
We use mamba in our CI/CD pipelines.
We start from the continuum anaconda docker image (for other reasons). The installation happens using the line
conda install mamba
Afterwards we run
mamba env create -f environment.yml
And have started getting the following error in runs in the last 2-3 days despite not changing anything (see the logs).
Forcing the conda version to 23.3.1 (previous version released) fixes the issue.
Conda 23.5.0 was released a few days ago as well, raising my suspicion.
mamba info / micromamba info
No response
Logs
environment.yml
No response
~/.condarc
No response
The text was updated successfully, but these errors were encountered: