Skip to content
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

Conda env file not suitable for windows #6

Open
egillax opened this issue Oct 9, 2023 · 1 comment
Open

Conda env file not suitable for windows #6

egillax opened this issue Oct 9, 2023 · 1 comment

Comments

@egillax
Copy link

egillax commented Oct 9, 2023

The conda_env_pkgs.txt file is pinning specific binary builds of packages which only work on linux. Unfortunately I need to use windows to access a database. Is it possible to include a file with no build specific info and only the direct dependencies of the project ? For example the following command should work:

conda env export --no-builds --from-history -f conda_env_no_build.yml

@cxji
Copy link
Contributor

cxji commented Oct 10, 2023

Thank you for sharing the command! I just added conda_env_no_build.yml. Does that work on Windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants