Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (base) C:\Users\SirDigbyChik'nCaesar\Documents\L96_demo\L96_demo>conda env create -f environment.yaml
- Channels:
- - conda-forge
- - defaults
- - anaconda
- Platform: win-64
- Collecting package metadata (repodata.json): done
- Solving environment: failed
- Channels:
- - conda-forge
- - defaults
- - anaconda
- Platform: win-64
- Collecting package metadata (repodata.json): done
- Solving environment: failed
- LibMambaUnsatisfiableError: Encountered problems while solving:
- - package pytorch-1.0.1-cpu_py36h39a92a0_0 requires mkl >=2019.3,<2021.0a0, but none of the providers can be installed
- Could not solve for environment specs
- The following packages are incompatible
- ├─ nomkl is installable and it requires
- │ └─ mkl <0.a0 , which can be installed;
- └─ pytorch is not installable because there are no viable options
- ├─ pytorch 1.0.1 would require
- │ └─ mkl >=2019.3,<2021.0a0 , which conflicts with any installable versions previously reported;
- ├─ pytorch [1.10.2|1.12.1] would require
- │ └─ mkl >=2021.4.0,<2022.0a0 , which conflicts with any installable versions previously reported;
- ├─ pytorch [1.3.1|1.4.0] would require
- │ └─ mkl >=2019.4,<2021.0a0 , which conflicts with any installable versions previously reported;
- ├─ pytorch [1.5.0|1.6.0] would require
- │ └─ mkl 2019.* , which conflicts with any installable versions previously reported;
- ├─ pytorch [2.0.1|2.1.0|2.2.0] would require
- │ └─ mkl >=2023.1.0,<2024.0a0 , which conflicts with any installable versions previously reported;
- ├─ pytorch 1.0.1 would require
- │ └─ mkl >=2019.3,<2020.0a0 , which conflicts with any installable versions previously reported;
- └─ pytorch [1.3.1|1.4.0|1.5.0|1.6.0] would require
- └─ mkl >=2019.4,<2020.0a0 , which conflicts with any installable versions previously reported.
Advertisement
Add Comment
Please, Sign In to add comment