Python - Can't Install Packages: TypeError: unorderable types: NoneType() >= str()

前端 未结 6 452
我在风中等你
我在风中等你 2020-12-19 10:02

System: Win7 64, Python 3.4, Pycharm 3.0.2, MinGW

Whenever I try to install a package, in Pycharm or via command line, I get this:

running install
ru         


        
6条回答
  •  被撕碎了的回忆
    2020-12-19 10:38

    On Windows 7 with Python 3.42, I could solve this problem with what I found in this thread: Going to the Python34\Lib folder, typing dist-info into the search box in the upper right corner of the folder view and deleting all folders found. This already worked two times for me after I could not install anything anymore via pip without getting the error message this thread is about.

提交回复
热议问题