Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 33, in vendored
  3. __import__(vendored_name, globals(), locals(), level=0)
  4. ImportError: No module named 'pip._vendor.pkg_resources'
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9. File "/usr/bin/pip3", line 9, in <module>
  10. from pip import main
  11. File "/usr/lib/python3/dist-packages/pip/__init__.py", line 21, in <module>
  12. from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning
  13. File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 75, in <module>
  14. vendored("pkg_resources")
  15. File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 36, in vendored
  16. __import__(modulename, globals(), locals(), level=0)
  17. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  18. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  19. File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
  20. File "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible
  21. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2976, in <module>
  22. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2962, in _call_aside
  23. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 3004, in _initialize_master_working_set
  24. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2535, in activate
  25. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2109, in declare_namespace
  26. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2058, in _handle_ns
  27. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2078, in _rebuild_mod_path
  28. AttributeError: '_NamespacePath' object has no attribute 'sort'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement