TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ Install tensor

TypeError: parse() got an unexpected keyword argument ‘transport_ encoding’

After this problem, I was really drunk, MMP, and finally found a solution on the Internet. PIP could be used before, but it can’t be used now. It’s really embarrassing.

Here’s the problem

After installing anaconda and tensorflow, it is the first time to install the third-party library with PIP command in Anaconda prompt

 

a lot of dazzling scarlet letter is coming. Can’t you install the third-party library with PIP command in Anaconda prompt

did it for a while, but it didn’t work out. At last, we found a simple, rough and effective way on CSDN:

install PIP directly in Anaconda prompt to solve the problem

i.e.

conda install pip

 

 

I believe you may also encounter this situation, so I posted it to facilitate you to solve the problem in the future

 

Similar Posts: