Guest User

mkl conflict

a guest
Apr 22nd, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. (base) C:\Users\SirDigbyChik'nCaesar\Documents\L96_demo\L96_demo>conda env create -f environment.yaml
  2. Channels:
  3. - conda-forge
  4. - defaults
  5. - anaconda
  6. Platform: win-64
  7. Collecting package metadata (repodata.json): done
  8. Solving environment: failed
  9. Channels:
  10. - conda-forge
  11. - defaults
  12. - anaconda
  13. Platform: win-64
  14. Collecting package metadata (repodata.json): done
  15. Solving environment: failed
  16.  
  17. LibMambaUnsatisfiableError: Encountered problems while solving:
  18. - package pytorch-1.0.1-cpu_py36h39a92a0_0 requires mkl >=2019.3,<2021.0a0, but none of the providers can be installed
  19.  
  20. Could not solve for environment specs
  21. The following packages are incompatible
  22. ├─ nomkl is installable and it requires
  23. │ └─ mkl <0.a0 , which can be installed;
  24. └─ pytorch is not installable because there are no viable options
  25. ├─ pytorch 1.0.1 would require
  26. │ └─ mkl >=2019.3,<2021.0a0 , which conflicts with any installable versions previously reported;
  27. ├─ pytorch [1.10.2|1.12.1] would require
  28. │ └─ mkl >=2021.4.0,<2022.0a0 , which conflicts with any installable versions previously reported;
  29. ├─ pytorch [1.3.1|1.4.0] would require
  30. │ └─ mkl >=2019.4,<2021.0a0 , which conflicts with any installable versions previously reported;
  31. ├─ pytorch [1.5.0|1.6.0] would require
  32. │ └─ mkl 2019.* , which conflicts with any installable versions previously reported;
  33. ├─ pytorch [2.0.1|2.1.0|2.2.0] would require
  34. │ └─ mkl >=2023.1.0,<2024.0a0 , which conflicts with any installable versions previously reported;
  35. ├─ pytorch 1.0.1 would require
  36. │ └─ mkl >=2019.3,<2020.0a0 , which conflicts with any installable versions previously reported;
  37. └─ pytorch [1.3.1|1.4.0|1.5.0|1.6.0] would require
  38. └─ mkl >=2019.4,<2020.0a0 , which conflicts with any installable versions previously reported.
Advertisement
Add Comment
Please, Sign In to add comment