python - pip broke after uninstalling a module -


i used pip uninstall on shapely , got exception, did not save. since every pip or easy install command pop exception :

traceback (most recent call last):   file "c:\python27\lib\runpy.py", line 162, in _run_module_as_main     "__main__", fname, loader, pkg_name)   file "c:\python27\lib\runpy.py", line 72, in _run_code     exec code in run_globals   file "c:\python27\scripts\pip.exe\__main__.py", line 5, in <module>   file "c:\python27\lib\site-packages\pip\__init__.py", line 13, in <module>     pip.utils import get_installed_distributions, get_prog   file "c:\python27\lib\site-packages\pip\utils\__init__.py", line 17, in <module>     pip.compat import console_to_str, stdlib_pkgs   file "c:\python27\lib\site-packages\pip\compat\__init__.py", line 14, in <module>     pip.compat.dictconfig import dictconfig logging_dictconfig   file "c:\python27\lib\site-packages\pip\compat\dictconfig.py", line 22, in <module>     import logging.handlers   file "c:\python27\lib\logging\handlers.py", line 27, in <module>     import logging, socket, os, cpickle, struct, time, re   file "c:\python27\lib\socket.py", line 47, in <module>     import _socket importerror: no module named _socket 

any ideas?

see bug.

off top, pip uninstall shapely seems removing top dlls python installations. why see error on every pip command after.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -