How to fix ImportError: No module named packages.urllib3?

后端 未结 5 1703
既然无缘
既然无缘 2020-12-11 01:09

I\'m running Python 2.7.6 on an Ubuntu machine. When I run twill-sh (Twill is a browser used for testing websites) in my Terminal, I\'m getting the following:

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-11 01:55

    Problem solved by:

    pip install --upgrade urllib3==1.19.1
    pip install --upgrade requests
    

提交回复
热议问题