完美解决安装完tensorflow后pip无法使用的问题


Posted in Python onJune 11, 2018

Win8,ANACONDA3(64-bit),Python3.6.2。ANACONDA Prompt中不能用pip命令安装包,并且是在安装了TensorFlow后才发生的。

报错如下:

F:\360Downloads>pip install --upgrade pip
Exception:
Traceback (most recent call last):
 File "E:\tools\anaconda\py3\lib\site-packages\pip\basecommand.py", line 215, in main
 status = self.run(options, args)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\commands\install.py", line 335, in run
 wb.build(autobuilding=True)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\wheel.py", line 749, in build
 self.requirement_set.prepare_files(self.finder)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files
 ignore_dependencies=self.ignore_dependencies))
 File "E:\tools\anaconda\py3\lib\site-packages\pip\req\req_set.py", line 487, in _prepare_file
 req_to_install, finder)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\req\req_set.py", line 428, in _check_skip_instal
led
 req_to_install, upgrade_allowed)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\index.py", line 465, in find_requirement
 all_candidates = self.find_all_candidates(req.name)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\index.py", line 423, in find_all_candidates
 for page in self._get_pages(url_locations, project_name):
 File "E:\tools\anaconda\py3\lib\site-packages\pip\index.py", line 568, in _get_pages
 page = self._get_page(location)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\index.py", line 683, in _get_page
 return HTMLPage.get_page(link, session=self.session)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\index.py", line 811, in get_page
 inst = cls(resp.content, resp.url, resp.headers)
 File "E:\tools\anaconda\py3\lib\site-packages\pip\index.py", line 731, in __init__
 namespaceHTMLElements=False,
TypeError: parse() got an unexpected keyword argument 'transport_encoding'

解决方案:

1.conda install -c anaconda html5lib

如下场景

F:\360Downloads>conda install -c anaconda html5lib
Fetching package metadata ...............
Solving package specifications: .

Package plan for installation in environment E:\tools\anaconda\py3:

The following packages will be UPDATED:

 anaconda: 5.0.0-py36hea9b2fc_0  --> custom-py36h363777c_0 anaconda
 bzip2:  1.0.6-vc14hdec8e7a_1  --> 1.0.6-vc14_3   anaconda [vc14]
 conda:  4.3.27-py36hcbae3bd_0  --> 4.4.8-py36_0   anaconda
 html5lib: 0.999999999-py36ha09b1f3_0 --> 1.0.1-py36h047fa9f_0 anaconda
 libpng: 1.6.32-vc14hce43e6c_2  --> 1.6.32-vc14h5163883_3 anaconda [vc14]
 openssl: 1.0.2l-vc14hcac20b0_2  --> 1.0.2l-vc14hf4c37d5_5 anaconda [vc14]
 pycosat: 0.6.2-py36hf17546d_1  --> 0.6.3-py36h413d8a4_0 anaconda

The following packages will be SUPERSEDED by a higher-priority channel:

 conda-env: 2.6.0-h36134e3_1   --> 2.6.0-h36134e3_1  anaconda
 curl:  7.55.1-vc14hdaba4a4_3  --> 7.55.1-vc14hdaba4a4_3 anaconda [vc14]
 freetype: 2.8-vc14h17c9bdf_0   --> 2.8-vc14h17c9bdf_0 anaconda [vc14]
 hdf5:  1.10.1-vc14hb361328_0  --> 1.10.1-vc14hb361328_0 anaconda [vc14]
 icu:  58.2-vc14hc45fdbb_0  --> 58.2-vc14hc45fdbb_0 anaconda [vc14]
 jpeg:  9b-vc14h4d7706e_1   --> 9b-vc14h4d7706e_1  anaconda [vc14]
 libiconv: 1.15-vc14h29686d3_5  --> 1.15-vc14h29686d3_5 anaconda [vc14]
 libssh2: 1.8.0-vc14hcf584a9_2  --> 1.8.0-vc14hcf584a9_2 anaconda [vc14]
 libtiff: 4.0.8-vc14h04e2a1e_10  --> 4.0.8-vc14h04e2a1e_10 anaconda [vc14]
 libxml2: 2.9.4-vc14h8fd0f11_5  --> 2.9.4-vc14h8fd0f11_5 anaconda [vc14]
 libxslt: 1.1.29-vc14hf85b8d4_5  --> 1.1.29-vc14hf85b8d4_5 anaconda [vc14]
 qt:  5.6.2-vc14h6f8c307_12  --> 5.6.2-vc14h6f8c307_12 anaconda [vc14]
 sqlite: 3.20.1-vc14h7ce8c62_1  --> 3.20.1-vc14h7ce8c62_1 anaconda [vc14]
 tk:  8.6.7-vc14hb68737d_1  --> 8.6.7-vc14hb68737d_1 anaconda [vc14]
 yaml:  0.1.7-vc14hb31d195_1  --> 0.1.7-vc14hb31d195_1 anaconda [vc14]
 zlib:  1.2.11-vc14h1cdd9ab_1  --> 1.2.11-vc14h1cdd9ab_1 anaconda [vc14]

Proceed ([y]/n)? y

conda-env-2.6. 100% |###############################| Time: 0:00:00 538.73 kB/s
bzip2-1.0.6-vc 100% |###############################| Time: 0:00:02 55.75 kB/s
icu-58.2-vc14h 7% |##        | Time: 0:00:07 233.63 kB/s

2.更新:conda install pip

以上这篇完美解决安装完tensorflow后pip无法使用的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持三水点靠木。

Python 相关文章推荐
Python中map,reduce,filter和sorted函数的使用方法
Aug 17 Python
python安装mysql-python简明笔记(ubuntu环境)
Jun 25 Python
Python实现Kmeans聚类算法
Jun 10 Python
Atom的python插件和常用插件说明
Jul 08 Python
keras 特征图可视化实例(中间层)
Jan 24 Python
flask框架自定义url转换器操作详解
Jan 25 Python
Python中import导入不同目录的模块方法详解
Feb 18 Python
简单了解python调用其他脚本方法实例
Mar 26 Python
Python中常见的数制转换有哪些
May 27 Python
PyCharm上安装Package的实现(以pandas为例)
Sep 18 Python
Django路由层如何获取正确的url
Jul 15 Python
python pandas 解析(读取、写入)CSV 文件的操作方法
Dec 24 Python
Anaconda 离线安装 python 包的操作方法
Jun 11 #Python
使用anaconda的pip安装第三方python包的操作步骤
Jun 11 #Python
python获取代码运行时间的实例代码
Jun 11 #Python
解决Ubuntu pip 安装 mysql-python包出错的问题
Jun 11 #Python
Anaconda下安装mysql-python的包实例
Jun 11 #Python
使用Anaconda3建立虚拟独立的python2.7环境方法
Jun 11 #Python
Anaconda2下实现Python2.7和Python3.5的共存方法
Jun 11 #Python
You might like
如何利用php+mysql保存和输出文件
2006/10/09 PHP
php防止sql注入简单分析
2015/03/18 PHP
php session的锁和并发
2016/01/22 PHP
不用写JS也能使用EXTJS视频演示
2008/12/29 Javascript
Javascript 类与静态类的实现
2010/04/01 Javascript
window.showModalDialog()返回值的学习心得总结
2014/01/07 Javascript
JavaScript中读取和保存文件实例
2014/05/08 Javascript
JavaScript分秒倒计时器实现方法
2015/02/02 Javascript
学习JavaScript设计模式之单例模式
2016/01/19 Javascript
jQuery简单动画变换效果实例分析
2016/07/04 Javascript
JavaScript 中调用 Kotlin 方法实例详解
2017/06/09 Javascript
JavaScript简单实现合并两个Json对象的方法示例
2017/10/16 Javascript
解决jQuery使用append添加的元素事件无效的问题
2018/08/30 jQuery
自定义Vue组件打包、发布到npm及使用教程
2019/05/22 Javascript
详解一次Vue低版本安卓白屏问题的解决过程
2019/05/30 Javascript
Vue项目vscode 安装eslint插件的方法(代码自动修复)
2020/04/15 Javascript
使用 Jest 和 Supertest 进行接口端点测试实例详解
2020/04/25 Javascript
Python修改Excel数据的实例代码
2013/11/01 Python
介绍Python中的__future__模块
2015/04/27 Python
python中利用h5py模块读取h5文件中的主键方法
2018/06/05 Python
Python字符串的全排列算法实例详解
2019/01/07 Python
Django框架orM与自定义SQL语句混合事务控制操作
2019/06/27 Python
django 通过URL访问上传的文件方法
2019/07/28 Python
Python字典的概念及常见应用实例详解
2019/10/30 Python
自定义Django默认的sitemap站点地图样式
2020/03/04 Python
python如何调用字典的key
2020/05/25 Python
浅谈python处理json和redis hash的坑
2020/07/16 Python
Python约瑟夫生者死者小游戏实例讲解
2021/01/04 Python
canvas中普通动效与粒子动效的实现代码示例
2019/01/03 HTML / CSS
美国知名眼镜网站:Target Optical
2020/04/04 全球购物
网游商务专员求职信
2013/10/15 职场文书
大学生的应聘自我评价
2013/12/13 职场文书
优秀语文教师事迹
2014/05/18 职场文书
新闻学专业职业生涯规划范文:我的人生我做主
2014/09/12 职场文书
2015年幼儿园元旦亲子活动方案
2014/12/09 职场文书
JavaScript如何利用Promise控制并发请求个数
2021/05/14 Javascript