-
Notifications
You must be signed in to change notification settings - Fork 183
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
Creating a conda environment fails due to outdated env command #1396
Comments
Closed
7 tasks
trexfeathers
added a commit
to trexfeathers/iris
that referenced
this issue
Apr 29, 2024
stephenworsley
pushed a commit
to SciTools/iris
that referenced
this issue
Apr 29, 2024
* Temporary fix for airspeed-velocity/asv#1396 . * Add missing return statement.
HaoZeke
pushed a commit
to h-mayorquin/asv
that referenced
this issue
Jun 3, 2024
Co-authored-by: ivirshup <[email protected]> Closes airspeed-velocitygh-1396
HaoZeke
pushed a commit
to h-mayorquin/asv
that referenced
this issue
Jun 3, 2024
Co-authored-by: ivirshup <[email protected]> Closes airspeed-velocitygh-1396
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
conda>=24.3
is used, asv's creation of a conda environment fails with:In conda 24.3,
--force
was replace with--yes
to be more consistent with other conda commands:Initially discovered when trying to use conda for env creation now that it uses mamba's solver by default:
I think this line just needs to be changed to use
--yes
, but am not sure what range of conda versionsasv
is meant to be compatible withasv/asv/plugins/conda.py
Line 150 in 8877eff
The text was updated successfully, but these errors were encountered: