Guest User

Untitled

a guest
May 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. vishwas@vishwas-Inspiron-15-3567:~$ pip3 install cv2
  2. Traceback (most recent call last):
  3. File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 33, in vendored
  4. __import__(vendored_name, globals(), locals(), level=0)
  5. ImportError: No module named 'pip._vendor.pkg_resources'
  6.  
  7. Traceback (most recent call last):
  8. File "/usr/bin/pip3", line 9, in <module>
  9. from pip import main
  10. File "/usr/lib/python3/dist-packages/pip/__init__.py", line 13, in <module>
  11. from pip.exceptions import InstallationError, CommandError, PipError
  12. File "/usr/lib/python3/dist-packages/pip/exceptions.py", line 6, in <module>
  13. from pip._vendor.six import iteritems
  14. File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 75, in <module>
  15. vendored("pkg_resources")
  16. File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 36, in vendored
  17. __import__(modulename, globals(), locals(), level=0)
  18. File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  19. File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  20. File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
  21. File "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible
  22. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2927, in <module>
  23. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2913, in _call_aside
  24. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2952, in _initialize_master_working_set
  25. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 956, in subscribe
  26. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2952, in <lambda>
  27. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2515, in activate
  28. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2097, in declare_namespace
  29. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2047, in _handle_ns
  30. File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-any.whl/pkg_resources/__init__.py", line 2066, in _rebuild_mod_path
  31. AttributeError: '_NamespacePath' object has no attribute 'sort'
  32. vishwas@vishwas-Inspiron-15-3567:~$
Add Comment
Please, Sign In to add comment