pip throws TypeError: parse() got an unexpected keyword argument 'transport_encoding' when trying to install new packages

前端 未结 7 746
甜味超标
甜味超标 2020-11-30 01:46

I am using the latest version of Anaconda3. I just installed it and I am trying to download some packages. I am using the Anaconda Prompt. While trying to use pip to do anyt

7条回答
  •  既然无缘
    2020-11-30 02:09

    download https://github.com/html5lib/html5lib-python/tree/master/html5lib and overwrite all the files within html5lib folder in your tensorflow environment "envs\tensorflow\Lib\site-packages\html5lib" Then you should be able to run any "pip install" commands after that

提交回复
热议问题