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
The
conda_env_pkgs.txtfile 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