摘要:在安装库时,出现了这样的错误安装命令错误什么原因呢通过分析错误提示,原来是权限问题,需要超级管理员权限安装成功
在安装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$
文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。
转载请注明本文地址:https://www.ucloud.cn/yun/38045.html
摘要:打开命令提示符输入出现下面提示说明已经安装成功安装添加的环境变量环境变量中加上的路径,例如。在命令提示符输入安装完成,建立一个全新的环境,例如我们想建立一个叫的开发环境,路径为,那么我们输入安装完成。 工欲善其事,必先利其器。首先我们需要花费一些时间来搭建开发环境。 1.安装python。python是人工智能开发首选语言。 2.安装virtualenv。virtualenv可以为一个...
摘要:最近工作转型到数据开发领域,想在本地搭建一个数据开发环境。自己有三年开发经验,马上想到使用搭建一套数据开发环境。的环境,百度中文章比较多,搭建起来非常顺利。环境的资料比较少,百度出来的,已经不对了,那我就来补充一篇吧。 最近工作转型到数据开发领域,想在本地搭建一个数据开发环境。自己有三年python开发经验,马上想到使用numpy、scipy、sklearn、pandas搭建一套数据开...
阅读 2572·2021-11-02 14:39
阅读 4296·2021-10-11 10:58
阅读 1388·2021-09-06 15:12
阅读 1802·2021-09-01 10:49
阅读 1292·2019-08-29 18:31
阅读 1859·2019-08-29 16:10
阅读 3298·2019-08-28 18:21
阅读 837·2019-08-26 10:42