We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing conda. When I follow the README's instruction conda env create -f environment.yml -n EnvName, my shell print the following message:
conda
conda env create -f environment.yml -n EnvName
Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - m2w64-libwinpthread-git=5.0.0.4634.697f757 - m2w64-gcc-libs-core=5.3.0 - vs2015_runtime=14.16.27012 - m2w64-gmp=6.1.0 - msys2-conda-epoch=20160418 - vc=14.1 - m2w64-gcc-libgfortran=5.3.0 - winpty=0.4.3 - pywinpty=0.5.7 - m2w64-gcc-libs=5.3.0 - icc_rt=2019.0.0
It seems that the env config file is not suitable for MacOS. I'd appreciate a lot if anyone could help me solve this issue.
The text was updated successfully, but these errors were encountered:
/cc @vaikkunth @kafleprabhakar @AntonPeraire
Sorry, something went wrong.
No branches or pull requests
My Condition
After installing
conda
. When I follow the README's instructionconda env create -f environment.yml -n EnvName
, my shell print the following message:Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - m2w64-libwinpthread-git=5.0.0.4634.697f757 - m2w64-gcc-libs-core=5.3.0 - vs2015_runtime=14.16.27012 - m2w64-gmp=6.1.0 - msys2-conda-epoch=20160418 - vc=14.1 - m2w64-gcc-libgfortran=5.3.0 - winpty=0.4.3 - pywinpty=0.5.7 - m2w64-gcc-libs=5.3.0 - icc_rt=2019.0.0
It seems that the env config file is not suitable for MacOS.
I'd appreciate a lot if anyone could help me solve this issue.
The text was updated successfully, but these errors were encountered: