Advertisement
Guest User

Untitled

a guest
Sep 14th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. (scientific-base) ➜ Algorithm-Study conda update -n base -c defaults conda
  2. Collecting package metadata (current_repodata.json): done
  3. Solving environment: /
  4. The environment is inconsistent, please check the package plan carefully
  5. The following packages are causing the inconsistency:
  6.  
  7. - defaults/linux-64::brotlipy==0.7.0=py38h27cfd23_1003
  8. - defaults/linux-64::certifi==2022.6.15=py38h06a4308_0
  9. - defaults/linux-64::libffi==3.2.1=hd88cf55_4
  10. - defaults/linux-64::six==1.15.0=py38h06a4308_0
  11. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::urllib3==1.24.2=py37_0
  12. - defaults/noarch::wheel==0.35.1=pyhd3eb1b0_0
  13. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::cffi==1.13.1=py37h2e261b9_0
  14. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::pip==19.3.1=py37_0
  15. - defaults/linux-64::python==3.8.13=h12debd9_0
  16. - defaults/noarch::idna==2.10=py_0
  17. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::pycparser==2.19=py37_0
  18. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::requests==2.22.0=py37_0
  19. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::cryptography==2.3.1=py37hc365091_0
  20. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::setuptools==41.6.0=py37_0
  21. - defaults/linux-64::conda==4.9.2=py38h06a4308_0
  22. - defaults/noarch::tqdm==4.51.0=pyhd3eb1b0_0
  23. - defaults/linux-64::sqlite==3.33.0=h62c20be_0
  24. - defaults/linux-64::pycosat==0.6.3=py38h7b6447c_1
  25. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::pyopenssl==19.0.0=py37_0
  26. - defaults/linux-64::ruamel_yaml==0.15.87=py38h7b6447c_1
  27. - defaults/linux-64::pysocks==1.7.1=py38h06a4308_0
  28. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::conda-package-handling==1.6.0=py37h7b6447c_0
  29. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::asn1crypto==1.2.0=py37_0
  30. - defaults/linux-64::chardet==3.0.4=py38h06a4308_1003
  31. - defaults/noarch::charset-normalizer==2.0.4=pyhd3eb1b0_0
  32. -
  33. Warning: 2 possible package resolutions (only showing differing packages):
  34. - https://repo.continuum.io/pkgs/main/linux-64/linux-64::_libgcc_mutex-0.1-main
  35. - defaults/linux-64::_libgcc_mutex-0.1-madone
  36.  
  37.  
  38. ==> WARNING: A newer version of conda exists. <==
  39. current version: 4.9.2
  40. latest version: 4.14.0
  41.  
  42. Please update conda by running
  43.  
  44. $ conda update -n base -c defaults conda
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement