-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pip-packages do not get exported #58
Comments
Does this help? |
Here's a similar post on SO: https://stackoverflow.com/questions/50253361/pip-packages-not-included-in-conda-env-export |
Opened an issue here |
For the Windows job, we have to rely on conda:
|
I think generally, with micromamba, pip-packages get ignored (also for the
|
Both the exported
.yml
file and the spec-file (.txt
) should include pip-packages:.yml
files with pip-packages (re-opened).txt
files (exact package URLs) with pip-packages. See pip-installed packages not in "conda list --explicit" conda/conda#8372The text was updated successfully, but these errors were encountered: