在windows上安裝numpy
在https://bootstrap.pypa.io/get-pip.py下載get-pip.py.
在http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy下載numpy-1.11.1+mkl-cp27-cp27m-win32.whl
D:\Python27>python \get-pip.py Collecting pip Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB) 100% |████████████████████████████████| 1.2MB 386kB/s Collecting wheel Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB) 100% |████████████████████████████████| 71kB 229kB/s Installing collected packages: pip, wheel Found existing installation: pip 8.1.1 Uninstalling pip-8.1.1: Successfully uninstalled pip-8.1.1 Successfully installed pip-8.1.2 wheel-0.29.0
這個操作會在D:\Python27\生成Scripts目錄,並安裝了以下檔案
D:\Python27\Scripts 的目錄 [.] [..] easy_install.exe f2py.py f2py.pyc easy_install-2.7.exe pip.exe pip2.7.exe pip2.exe wheel.exe
把第一步下載的whl檔案移動到D:\Python27\Scripts目錄,執行下面命令。
D:\Python27>cd scripts D:\Python27\Scripts>pip install numpy-1.11.1+mkl-cp27-cp27m-win32.whl Processing d:\python27\scripts\numpy-1.11.1+mkl-cp27-cp27m-win32.whl Installing collected packages: numpy Successfully installed numpy-1.11.1+mkl D:\Python27\Scripts>cd .. D:\Python27>python Python 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> m = np.matrix([[1,-2,3],[0,4,5],[7,8,-9]]) >>> m matrix([[ 1, -2, 3], [ 0, 4, 5], [ 7, 8, -9]]) >>> m.T matrix([[ 1, 0, 7], [-2, 4, 8], [ 3, 5, -9]]) >>> m.I matrix([[ 0.33043478, -0.02608696, 0.09565217], [-0.15217391, 0.13043478, 0.02173913], [ 0.12173913, 0.09565217, -0.0173913 ]]) >>> m.I * m matrix([[ 1.00000000e+00, 1.11022302e-16, -1.11022302e-16], [ 0.00000000e+00, 1.00000000e+00, 0.00000000e+00], [ 0.00000000e+00, 0.00000000e+00, 1.00000000e+00]]) >>>
相關文章
- 在Windows上安裝MavenWindowsMaven
- mysql 在windows上安裝MySqlWindows
- ZabbixAgent在Windows上安裝部署Windows
- numpy在centos下的安裝CentOS
- 在Windows上安裝Elasticsearch 5.xWindowsElasticsearch
- 在Windows上安裝Node.js模組WindowsNode.js
- windows下python安裝Numpy和Scipy模組WindowsPython
- 在Windows7/8/10上,安裝IISWindows
- 在windows上安裝scala過程記錄Windows
- 在Mac上安裝Windows常見問題MacWindows
- Clojure執行環境在windows上安裝Windows
- Windows上安裝JDKWindowsJDK
- MariaDB在Linux和Windows上的安裝LinuxWindows
- 使用 Winget 命令在 Windows 上安裝軟體Windows
- 在WINDOWS上安裝ORACLE RAC的注意事項WindowsOracle
- 在Windows安裝chromedriverWindowsChrome
- Microsoft WPBT漏洞可讓黑客在Windows裝置上安裝rootkitROS黑客Windows
- windows上安裝配置redisWindowsRedis
- 使用WSL2在Windows 11上安裝HadoopWindowsHadoop
- 在linux,windows上安裝rubyonrails開發環境LinuxWindowsAI開發環境
- MySQL在Windows上安裝多個例項的方法MySqlWindows
- 在windows64位上安裝Python3.0WindowsPython
- 在 Windows 上安裝和使用 GNUstep 和 Objective-CWindowsObject
- 在Windows和Linux上安裝paramiko模組薦WindowsLinux
- 在Windows上如何安裝和徹底解除安裝Adobe Flash PlayeWindows
- 在 windows下安裝rabbitmqWindowsMQ
- Windows系統中安裝Python模組pip numpy matplotlibWindowsPython
- 在Windows上執行Rainbond,10分鐘快速安裝WindowsAI
- 在硬碟上安裝windows,linux,solaris的組合(轉)硬碟WindowsLinux
- TIM 4.6在Windows 2003 Server上的安裝WindowsServer
- 在Windows 和Mac平臺上破解安裝Flash Builder 4WindowsMacUI
- Mysql在windows上安裝後解除安裝重新安裝需要root使用者密碼MySqlWindows密碼
- 如何在Windows上安裝DockerWindowsDocker
- Windows10上pip安裝Windows
- linux下安裝numpyLinux
- git安裝及配置教程 windows windows上git的安裝和使用GitWindows
- 在CentOS上安裝GitCentOSGit
- 在centos上安裝molochCentOS