Difference between revisions of "Scipy"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
   × Encountered error while trying to install package.
 
   × Encountered error while trying to install package.
 
       ╰─> [[numpy]]
 
       ╰─> [[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
  
  
 
  [[pip3 install keras]]
 
  [[pip3 install keras]]

Revision as of 11:26, 20 June 2022

Collecting scipy==1.5.4
  Using cached scipy-1.5.4.tar.gz (25.2 MB)
  Installing build dependencies ... error
.../...
  
  × Encountered error while trying to install package.
     ╰─> 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


pip3 install keras

Advertising: