Advertisement
Guest User

Updating Python

a guest
Mar 11th, 2020
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 KB | None | 0 0
  1. > conda update --all
  2.  
  3.  
  4. Collecting package metadata (current_repodata.json): done
  5. Solving environment: -
  6. Warning: 2 possible package resolutions (only showing differing packages):
  7. - https://repo.continuum.io/pkgs/main/win-64/win-64::icc_rt-2019.0.0-h0cc432a_1
  8. - defaults/win-64::icc_rt-2019.0.0-h0cc432adone
  9.  
  10. ## Package Plan ##
  11.  
  12. environment location: C:\Users\Ayush\Anaconda3
  13.  
  14.  
  15. The following packages will be downloaded:
  16.  
  17. package | build
  18. ---------------------------|-----------------
  19. intel-openmp-2020.0 | 166 1.5 MB
  20. jsonschema-3.2.0 | py37_0 107 KB conda-forge
  21. keyring-21.1.1 | py37_0 64 KB conda-forge
  22. libblas-3.8.0 | 15_mkl 3.5 MB conda-forge
  23. libcblas-3.8.0 | 15_mkl 3.5 MB conda-forge
  24. liblapack-3.8.0 | 15_mkl 3.5 MB conda-forge
  25. liblapacke-3.8.0 | 15_mkl 3.5 MB conda-forge
  26. mkl-2020.0 | 166 98.9 MB
  27. mkl-service-2.3.0 | py37hb782905_0 210 KB
  28. pyrsistent-0.14.11 | py37hfa6e2cd_1 89 KB conda-forge
  29. pysimplegui-4.15.2 | py_0 104 KB conda-forge
  30. pywin32-ctypes-0.2.0 | py37_1000 35 KB conda-forge
  31. seaborn-0.10.0 | py_1 158 KB conda-forge
  32. statsmodels-0.11.1 | py37h8055547_1 9.4 MB conda-forge
  33. tqdm-4.43.0 | py_0 47 KB conda-forge
  34. ------------------------------------------------------------
  35. Total: 124.9 MB
  36.  
  37. The following NEW packages will be INSTALLED:
  38.  
  39. patsy conda-forge/noarch::patsy-0.5.1-py_0
  40. pyrsistent conda-forge/win-64::pyrsistent-0.14.11-py37hfa6e2cd_1
  41. pywin32-ctypes conda-forge/win-64::pywin32-ctypes-0.2.0-py37_1000
  42. statsmodels conda-forge/win-64::statsmodels-0.11.1-py37h8055547_1
  43.  
  44. The following packages will be REMOVED:
  45.  
  46. console_shortcut-0.1.1-3
  47.  
  48. The following packages will be UPDATED:
  49.  
  50. intel-openmp 2019.5-281 --> 2020.0-166
  51. jsonschema 2.6.0-py37_1002 --> 3.2.0-py37_0
  52. keyring pkgs/main::keyring-18.0.0-py37_0 --> conda-forge::keyring-21.1.1-py37_0
  53. libblas 3.8.0-14_mkl --> 3.8.0-15_mkl
  54. libcblas 3.8.0-14_mkl --> 3.8.0-15_mkl
  55. liblapack 3.8.0-14_mkl --> 3.8.0-15_mkl
  56. liblapacke 3.8.0-14_mkl --> 3.8.0-15_mkl
  57. mkl 2019.4-245 --> 2020.0-166
  58. pysimplegui 4.6.0-py_0 --> 4.15.2-py_0
  59. seaborn pkgs/main::seaborn-0.10.0-py_0 --> conda-forge::seaborn-0.10.0-py_1
  60. tqdm 4.36.1-py_0 --> 4.43.0-py_0
  61.  
  62. The following packages will be SUPERSEDED by a higher-priority channel:
  63.  
  64. mkl-service conda-forge::mkl-service-2.3.0-py37hf~ --> pkgs/main::mkl-service-2.3.0-py37hb782905_0
  65.  
  66.  
  67. Proceed ([y]/n)? y
  68.  
  69.  
  70. Downloading and Extracting Packages
  71. mkl-service-2.3.0 | 210 KB | ######################################################################################################################################################################### | 100%
  72. intel-openmp-2020.0 | 1.5 MB | ######################################################################################################################################################################### | 100%
  73. liblapacke-3.8.0 | 3.5 MB | ######################################################################################################################################################################### | 100%
  74. keyring-21.1.1 | 64 KB | ######################################################################################################################################################################### | 100%
  75. pysimplegui-4.15.2 | 104 KB | ######################################################################################################################################################################### | 100%
  76. liblapack-3.8.0 | 3.5 MB | ######################################################################################################################################################################### | 100%
  77. libblas-3.8.0 | 3.5 MB | ######################################################################################################################################################################### | 100%
  78. seaborn-0.10.0 | 158 KB | ######################################################################################################################################################################### | 100%
  79. tqdm-4.43.0 | 47 KB | ######################################################################################################################################################################### | 100%
  80. pyrsistent-0.14.11 | 89 KB | ######################################################################################################################################################################### | 100%
  81. libcblas-3.8.0 | 3.5 MB | ######################################################################################################################################################################### | 100%
  82. pywin32-ctypes-0.2.0 | 35 KB | ######################################################################################################################################################################### | 100%
  83. jsonschema-3.2.0 | 107 KB | ######################################################################################################################################################################### | 100%
  84. statsmodels-0.11.1 | 9.4 MB | ######################################################################################################################################################################### | 100%
  85. mkl-2020.0 | 98.9 MB | ######################################################################################################################################################################### | 100%
  86. Preparing transaction: done
  87. Verifying transaction: done
  88. Executing transaction: done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement