Advertisement
Butanium

numpy install

Dec 13th, 2021
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. (tipe-tsp) C:\Users\Clement>conda install numpy
  2. Collecting package metadata (current_repodata.json): done
  3. Solving environment: done
  4.  
  5.  
  6. ==> WARNING: A newer version of conda exists. <==
  7. current version: 4.10.3
  8. latest version: 4.11.0
  9.  
  10. Please update conda by running
  11.  
  12. $ conda update -n base -c defaults conda
  13.  
  14.  
  15.  
  16. ## Package Plan ##
  17.  
  18. environment location: C:\Users\Clement\miniconda3\envs\tipe-tsp
  19.  
  20. added / updated specs:
  21. - numpy
  22.  
  23.  
  24. The following packages will be downloaded:
  25.  
  26. package | build
  27. ---------------------------|-----------------
  28. blas-1.0 | mkl 6 KB
  29. ------------------------------------------------------------
  30. Total: 6 KB
  31.  
  32. The following NEW packages will be INSTALLED:
  33.  
  34. blas pkgs/main/win-64::blas-1.0-mkl
  35. ca-certificates pkgs/main/win-64::ca-certificates-2021.10.26-haa95532_2
  36. certifi pkgs/main/win-64::certifi-2021.10.8-py39haa95532_0
  37. intel-openmp pkgs/main/win-64::intel-openmp-2021.4.0-haa95532_3556
  38. mkl pkgs/main/win-64::mkl-2021.4.0-haa95532_640
  39. mkl-service pkgs/main/win-64::mkl-service-2.4.0-py39h2bbff1b_0
  40. mkl_fft pkgs/main/win-64::mkl_fft-1.3.1-py39h277e83a_0
  41. mkl_random pkgs/main/win-64::mkl_random-1.2.2-py39hf11a4ad_0
  42. numpy pkgs/main/win-64::numpy-1.21.2-py39hfca59bb_0
  43. numpy-base pkgs/main/win-64::numpy-base-1.21.2-py39h0829f74_0
  44. openssl pkgs/main/win-64::openssl-1.1.1l-h2bbff1b_0
  45. pip pkgs/main/win-64::pip-21.2.4-py39haa95532_0
  46. python pkgs/main/win-64::python-3.9.7-h6244533_1
  47. setuptools pkgs/main/win-64::setuptools-58.0.4-py39haa95532_0
  48. six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_0
  49. sqlite pkgs/main/win-64::sqlite-3.36.0-h2bbff1b_0
  50. tzdata pkgs/main/noarch::tzdata-2021e-hda174b7_0
  51. vc pkgs/main/win-64::vc-14.2-h21ff451_1
  52. vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
  53. wheel pkgs/main/noarch::wheel-0.37.0-pyhd3eb1b0_1
  54. wincertstore pkgs/main/win-64::wincertstore-0.2-py39haa95532_2
  55.  
  56.  
  57. Proceed ([y]/n)? y
  58.  
  59.  
  60. Downloading and Extracting Packages
  61. blas-1.0 | 6 KB | ############################################################################ | 100%
  62. Preparing transaction: done
  63. Verifying transaction: done
  64. Executing transaction: done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement