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

前端 未结 7 744
甜味超标
甜味超标 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:19

    I ran into the same problem while installing keras (after I installed tensorflow 1.3 using pip) on the latest version of Anaconda 3. I was able to fix the problem by installing keras using conda conda install -c conda-forge keras

    0 讨论(0)
提交回复
热议问题