python 如何安裝numpy庫?

learning_CV發表於2019-01-10

首先我們要找到python安裝的位置

win+R開啟

進入以後輸入:    where python

找到安裝目錄後,找到Scripts資料夾所在位置:如Programs\Python\Python36\Scripts

https://pypi.org/project/numpy/#files下載對應檔案

看清楚自己是32位還是64位,將這個檔案下載到Scripts資料夾下面 

在cmd命令列中輸入:pip3.6 install D:\Programs\Python\Python36\Scripts\numpy-1.15.4-cp36-none-win_amd64.whl

這樣就OK了

相關文章