代码改变世界

pip install命令时出现TypeError: parse() got an unexpected keyword argument 'transport_encoding'的错误。

2018-03-08 12:09  JohannSlash  阅读(413)  评论(0)    收藏  举报

环境:win10, Anaconda3(64bit), python3.6.3

在Anaconda Prompt中使用pip install命令时出现TypeError: parse() got an unexpected keyword argument 'transport_encoding'的错误。

 

解决办法:

 

[html] view plain copy
 
  1. conda install -c anaconda html5lib