conda安装报错:PermissionError [Errno 13] Permission denied

简介: conda安装报错:PermissionError [Errno 13] Permission denied

Anaconda创建环境,激活环境 conda create,keras安装失败:

PermissionError [Errno 13] Permission denied

Anaconda创建虚拟环境:

conda create -n my_root

Linux激活环境:

source activate my_root

anaconda1.png

Windows下激活环境:

activate my_root

安装keras:

conda install keras

查看是否安装成功:

python
import keras

anaconda2.png

则安装成功

若出现缺少库的程序报错,例如:ModuleNotFoundError: No module named 'matplotlib'

则安装相应的库:

conda install matplotlib

学习更多编程知识,请关注我的公众号:

代码的路

相关文章
|
11月前
Error: listen EACCES: permission denied 0.0.0.0:80
Error: listen EACCES: permission denied 0.0.0.0:80
|
网络安全
|
4月前
|
安全 数据安全/隐私保护 开发者
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
467 11
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
|
4月前
|
Linux 数据安全/隐私保护 开发者
【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\in
【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\in
1125 2
|
5月前
|
安全 Unix 网络安全
Permission Denied原因及解决方法
Permission Denied原因及解决方法
1582 0
|
存储 小程序 API
报错-小程序:errMsg: “getUserProfile:fail privacy permission is not authorized“
报错-小程序:errMsg: “getUserProfile:fail privacy permission is not authorized“
333 0
|
应用服务中间件 nginx
【报错集锦】mkdir(): Permission denied
【报错集锦】mkdir(): Permission denied
1142 0
【报错集锦】mkdir(): Permission denied
|
Android开发
安装应用提示安装失败或不能安装,报INSTALL_FAILED_DUPLICATE_PERMISSION错误
安装应用提示安装失败或不能安装,报INSTALL_FAILED_DUPLICATE_PERMISSION错误
|
Linux
linux 下 root 权限执行 npm install 报错:Error:EACCES:permission denied ‘xxx‘?
linux 下 root 权限执行 npm install 报错:Error:EACCES:permission denied ‘xxx‘?
310 0
linux 下 root 权限执行 npm install 报错:Error:EACCES:permission denied ‘xxx‘?
|
开发者 Python
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
411 0
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied