摘要:在安裝庫時,出現了這樣的錯誤安裝命令錯誤什么原因呢通過分析錯誤提示,原來是權限問題,需要超級管理員權限安裝成功
在安裝numpy庫時,出現了這樣的錯誤:
安裝命令:
easy_install numpy
錯誤:
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"
什么原因呢?通過分析錯誤提示,"[Errno 13] Permission denied:"原來是權限問題,需要超級管理員權限:
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$
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/38045.html
摘要:打開命令提示符輸入出現下面提示說明已經安裝成功安裝添加的環境變量環境變量中加上的路徑,例如。在命令提示符輸入安裝完成,建立一個全新的環境,例如我們想建立一個叫的開發環境,路徑為,那么我們輸入安裝完成。 工欲善其事,必先利其器。首先我們需要花費一些時間來搭建開發環境。 1.安裝python。python是人工智能開發首選語言。 2.安裝virtualenv。virtualenv可以為一個...
摘要:最近工作轉型到數據開發領域,想在本地搭建一個數據開發環境。自己有三年開發經驗,馬上想到使用搭建一套數據開發環境。的環境,百度中文章比較多,搭建起來非常順利。環境的資料比較少,百度出來的,已經不對了,那我就來補充一篇吧。 最近工作轉型到數據開發領域,想在本地搭建一個數據開發環境。自己有三年python開發經驗,馬上想到使用numpy、scipy、sklearn、pandas搭建一套數據開...
閱讀 2604·2021-11-02 14:39
閱讀 4321·2021-10-11 10:58
閱讀 1446·2021-09-06 15:12
閱讀 1837·2021-09-01 10:49
閱讀 1326·2019-08-29 18:31
閱讀 1882·2019-08-29 16:10
閱讀 3331·2019-08-28 18:21
閱讀 866·2019-08-26 10:42