Difference between revisions of "NumPy"

From wikieduonline
Jump to navigation Jump to search
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[wikipedia:numpy]]
+
[[wikipedia:NumPy]] (1995 and 2006)
  
 +
[[pip3 install numpy]]
 +
 +
[[pip3 install scipy]]
 +
Collecting scipy
 +
  Downloading scipy-1.8.1-cp38-cp38-macosx_12_0_arm64.whl (28.6 MB)
 +
      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.6/28.6 MB 18.8 MB/s eta 0:00:00
 +
Collecting numpy<1.25.0,>=1.17.3
 +
  Using cached numpy-1.22.4-cp38-cp38-macosx_11_0_arm64.whl (12.7 MB)
 +
Installing collected packages: numpy, scipy
 +
Successfully installed numpy-1.22.4 scipy-1.8.1
 +
 +
 +
 +
    [[clang]]: error: the clang compiler does not support 'faltivec', please use -maltivec and include altivec.h explicitly
 +
    .../...
 +
    × Encountered error while trying to install package.
 +
    ╰─> numpy
 +
 +
   
 +
  [[ERROR: Failed building wheel for]] numpy
 +
 +
  [[Using deprecated NumPy API]]
  
 
== Related terms ==
 
== Related terms ==
 
* [[Pandas]]
 
* [[Pandas]]
 +
* [[scikit-learn]]
 +
* [[AVX512]]
 +
* [[Chainer]]
 +
* [[K-nearest neighbors algorithm]]
 +
* [[scipy]]
 +
* [[FP32]], [[FP64]], <code>numpy.float128</code>
 +
* [[np.array]]
  
 
== See also ==
 
== See also ==
 +
* {{SciPy}}
 +
* {{NumPy}}
 
* {{Python}}
 
* {{Python}}
 +
 +
[[Category:Python]]

Latest revision as of 19:46, 26 March 2024

wikipedia:NumPy (1995 and 2006)

pip3 install numpy
pip3 install scipy
Collecting scipy
  Downloading scipy-1.8.1-cp38-cp38-macosx_12_0_arm64.whl (28.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.6/28.6 MB 18.8 MB/s eta 0:00:00
Collecting numpy<1.25.0,>=1.17.3
  Using cached numpy-1.22.4-cp38-cp38-macosx_11_0_arm64.whl (12.7 MB)
Installing collected packages: numpy, scipy
Successfully installed numpy-1.22.4 scipy-1.8.1


    clang: error: the clang compiler does not support 'faltivec', please use -maltivec and include altivec.h explicitly
    .../...
    × Encountered error while trying to install package.
    ╰─> numpy


 ERROR: Failed building wheel for numpy
 Using deprecated NumPy API

Related terms[edit]

See also[edit]

Advertising: