【pip 安装TensorFlow 】 Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。:

【报错】

Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。:
‘C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-uninstall-6z7keac8\\program file
s\\anaconda3\\lib\\site-packages\\numpy\\core\\multiarray.cp35-win_amd64.pyd‘
Consider using the `--user` option or check the permissions.

【解决方案】

原因分析:文件权限的问题,文件目录【C:\\Users】

修改此文件的权限,改为【完全控制】,具体方案如下:

再重新安装TensorFlow就OK了!

原文地址:https://www.cnblogs.com/Erma/p/9238896.html

时间: 2024-10-02 02:14:16

【pip 安装TensorFlow 】 Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。:的相关文章

[Python配置]执行pip install出现Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。的解决方案

想对pip进行update. 此时我的pip版本可用pip --version或者pip -V查看. 一般的解决方案是: python -m pip install -U pip python -m pip install --upgrade pip 如果出现以下问题 则是因为响应超时,可以换源update: python -m pip install --upgrade pip -i https://pypi.douban.com/simple 如果出现以下问题:Could not insta

Ubuntu遇到问题“Could not install packages due to an EnvironmentError: [Errno 13] 权限不够: ”

Ubuntu在使用一些pip的时候会遇到:"Could not install packages due to an EnvironmentError: [Errno 13] 权限不够:"的问题. 在正常的命令后面加一个 --user即可: 在使用pip的相关命令时,使用国内源的速度更快:如下是使用了清华的国内源. pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ --user 这样

[已解决]报错: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Users/mac/Ana

报错代码: pip3 install gerapy 报错内容: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Users/mac/Ana 解决: sudo pip3 install gerapy [已解决]报错: Could not install packages due to an EnvironmentError: [Errno 13] Permission de

【pycharm】在pycharm上,使用python的pip安装tensorflow过程

如题:在pycharm上,使用python的pip安装tensorflow过程 最后成功安装的版本信息是: python版本是3.6.5 pip版本是9.0.1 pycharm版本是2018.1 tensorflow版本是1.12.0 ======================================================================== 1.打开pycharm,点击file->default settings 2.按照步骤,一步一步创建新的python虚

Retrieving the COM class factory for component with CLSID XX failed due to the following error: 80070005 拒绝访问。

环境及异常信息说明 环境说明: Win2008 R2 企业版 x64 .IIS 7.0 功能说明:服务端操作Excel,(上传Excel到服务器,并在服务器端读取Excel中的数据) 异常信息:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 拒绝访问. (Excep

淌坑:使用pip安装TensorFlow

这几天在安装TensorFlow,看了很多教程,方法也试了几种. 最后还是用pip安装成功的,过程如下. 1.安装ubuntu后在  系统设置-软件与更新-附加驱动 里,更新N卡驱动. (N卡官网下载run格式驱动手动安装比较麻烦,需要关闭X server,并禁止系统自带的开源驱动) 2.N卡开发者官网下载CUDA deb格式安装包,这里注意,CUDA.cudnn.TensorFlow之间版本有要求.我最后使用的是cuda8.0+cudnn6.0+TensorFlow1.4 CUDA下载:htt

win下通过pip安装TensorFlow

官方介绍(超详细):https://www.tensorflow.org/install/pip 按照官方介绍,不同的TensorFlow版本只支持特定的python版本所以你要是下载.whl包安装的话,需要选择好合适的版本,我第一次安装的时候不知道这些,就是从python3.7然后使用 $ pip install tensorflow 来安装的,结果一使用就开始报错,在网上也找到了很多类似的问题,可是按照他们提供的方法也解决不了问题,最后找到了官方社区的安装教程,一次就装好了. 系统环境:wi

用pip安装tensorflow换成国内源快速安装

Tensorflow  1.X 安装: pip install --index-url https://pypi.douban.com/simple tensorflow 或pip install --index-url http://mirrors.aliyun.com/pypi/simple/ tensorflow Tensorflow  2.X 安装: (豆瓣源,  注意要是  https,  有个s ) pip install -i https://pypi.doubanio.com/s

C#调用office组件访问拒绝的解决方法(failed due to the following error: 80070005 拒绝访问)

Run program "dcomcnfg -32". "组件服务"- >"计算机"- >"我的电脑"- >"DCOM配置"->找到word->属性->"标识"标签,选择"交互式用户" ->安全"标签"->在"启动和激活权限"上点击"自定义",然后点击对应的&q