摘要:在安裝庫(kù)時(shí),出現(xiàn)了這樣的錯(cuò)誤安裝命令錯(cuò)誤什么原因呢通過(guò)分析錯(cuò)誤提示,原來(lái)是權(quán)限問(wèn)題,需要超級(jí)管理員權(quán)限安裝成功
在安裝numpy庫(kù)時(shí),出現(xiàn)了這樣的錯(cuò)誤:
安裝命令:
easy_install numpy
錯(cuò)誤:
MacdeMacBook-Pro-3:python mac$ easy_install numpy error: can"t create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: "/Library/Python/2.7/site-packages/test-easy-install-785.write-test"
什么原因呢?通過(guò)分析錯(cuò)誤提示,"[Errno 13] Permission denied:"原來(lái)是權(quán)限問(wèn)題,需要超級(jí)管理員權(quán)限:
sudo easy_install numpy
安裝成功:
MacdeMacBook-Pro-3:python mac$ sudo easy_install numpy Password: Searching for numpy Best match: numpy 1.6.2 Adding numpy 1.6.2 to easy-install.pth file Using /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python Processing dependencies for numpy Finished processing dependencies for numpy MacdeMacBook-Pro-3:python mac$
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/38045.html
摘要:打開(kāi)命令提示符輸入出現(xiàn)下面提示說(shuō)明已經(jīng)安裝成功安裝添加的環(huán)境變量環(huán)境變量中加上的路徑,例如。在命令提示符輸入安裝完成,建立一個(gè)全新的環(huán)境,例如我們想建立一個(gè)叫的開(kāi)發(fā)環(huán)境,路徑為,那么我們輸入安裝完成。 工欲善其事,必先利其器。首先我們需要花費(fèi)一些時(shí)間來(lái)搭建開(kāi)發(fā)環(huán)境。 1.安裝python。python是人工智能開(kāi)發(fā)首選語(yǔ)言。 2.安裝virtualenv。virtualenv可以為一個(gè)...
摘要:最近工作轉(zhuǎn)型到數(shù)據(jù)開(kāi)發(fā)領(lǐng)域,想在本地搭建一個(gè)數(shù)據(jù)開(kāi)發(fā)環(huán)境。自己有三年開(kāi)發(fā)經(jīng)驗(yàn),馬上想到使用搭建一套數(shù)據(jù)開(kāi)發(fā)環(huán)境。的環(huán)境,百度中文章比較多,搭建起來(lái)非常順利。環(huán)境的資料比較少,百度出來(lái)的,已經(jīng)不對(duì)了,那我就來(lái)補(bǔ)充一篇吧。 最近工作轉(zhuǎn)型到數(shù)據(jù)開(kāi)發(fā)領(lǐng)域,想在本地搭建一個(gè)數(shù)據(jù)開(kāi)發(fā)環(huán)境。自己有三年python開(kāi)發(fā)經(jīng)驗(yàn),馬上想到使用numpy、scipy、sklearn、pandas搭建一套數(shù)據(jù)開(kāi)...
閱讀 2615·2021-11-02 14:39
閱讀 4342·2021-10-11 10:58
閱讀 1469·2021-09-06 15:12
閱讀 1853·2021-09-01 10:49
閱讀 1339·2019-08-29 18:31
閱讀 1891·2019-08-29 16:10
閱讀 3348·2019-08-28 18:21
閱讀 879·2019-08-26 10:42