Creating a new environment from the current environment.yml file creating issues in my system.
can you provide the environment.yml with the no-build flag, which will export every package in the YAML, but leave out the build specifiers.
conda env export --no-builds -f environment.yml
Creating a new environment from the current environment.yml file creating issues in my system.
can you provide the environment.yml with the no-build flag, which will export every package in the YAML, but leave out the build specifiers.
conda env export --no-builds -f environment.yml