分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.youkuaiyun.com/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
Python - PIP install trouble shooting - PermissionError: [WinError 5] Access is denied
1. 法1:run as administrator
对于 windows 用户,在开始菜单中输入 cmd,右键以 run as administrator(以管理员身份运行)。
Python - PIP install trouble shooting - PermissionError: [WinError 5] Access is denied
2. 法2:python -m pip install
如果以管理员(Administrator)身份运行还是报权限错误的话,可以尝试在 pip install 前面加(python -m):
>> python -m pip install tensorflow
- 1
给我老师的人工智能教程打call!http://blog.youkuaiyun.com/jiangjunshow
本文提供了解决Python环境下使用PIP安装包时遇到的权限错误的两种有效方法。第一种是在Windows系统下以管理员身份运行命令提示符;第二种是在PIP命令前添加python -m参数。教程还附带了人工智能课程推荐。
17万+

被折叠的 条评论
为什么被折叠?



