Skip to content

use conda --freeze-installed in Deps.add() #64

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

Closed
cjdoris opened this issue Oct 22, 2021 · 1 comment
Closed

use conda --freeze-installed in Deps.add() #64

cjdoris opened this issue Oct 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@cjdoris
Copy link
Collaborator

cjdoris commented Oct 22, 2021

According to the conda docs, we should be able to use this option to prevent already-installed packages from changing. We could use this in Deps.add() to guarantee consistent state.

However, the option doesn't seem to work! In a fresh environment, doing conda install python then conda install --freeze-installed numpy installs Python 3.10 then downgrades it to Python 3.9!

@cjdoris cjdoris added the enhancement New feature or request label Oct 23, 2021
@cjdoris
Copy link
Collaborator Author

cjdoris commented Dec 16, 2021

Redundant now we use CondaPkg.

@cjdoris cjdoris closed this as completed Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant