How do I fix 'ImportError: cannot import name IncompleteRead'?

前端 未结 16 1370
暖寄归人
暖寄归人 2020-11-28 18:22

When I try to install anything with pip or pip3, I get:

$ sudo pip3 install python3-tk
Tra         


        
16条回答
  •  伪装坚强ぢ
    2020-11-28 19:03

    1. sudo apt-get remove python-pip
    2. sudo easy_install requests==2.3.0
    3. sudo apt-get install python-pip

提交回复
热议问题