zero_shubham1

be patient

Jun 1st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. zero@zero-All-Series:~$ sudo pip3 install virtualenv virtualenvwrapper
  2. Traceback (most recent call last):
  3. File "/usr/bin/pip3", line 9, in <module>
  4. load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')()
  5. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 558, in load_entry_point
  6. return get_distribution(dist).load_entry_point(group, name)
  7. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
  8. return ep.load()
  9. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2355, in load
  10. return self.resolve()
  11. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2361, in resolve
  12. module = __import__(self.module_name, fromlist=['__name__'], level=0)
  13. File "/usr/lib/python3/dist-packages/pip/__init__.py", line 74, in <module>
  14. from pip.vcs import git, mercurial, subversion, bazaar # noqa
  15. File "/usr/lib/python3/dist-packages/pip/vcs/mercurial.py", line 9, in <module>
  16. from pip.download import path_to_url
  17. File "/usr/lib/python3/dist-packages/pip/download.py", line 25, in <module>
  18. from requests.compat import IncompleteRead
  19. ImportError: cannot import name 'IncompleteRead'
  20. zero@zero-All-Series:~$ sudo apt-get remove pip3
  21. Reading package lists... Done
  22. Building dependency tree
  23. Reading state information... Done
  24. E: Unable to locate package pip3
  25. zero@zero-All-Series:~$ sudo apt-get remove python-pip3
  26. Reading package lists... Done
  27. Building dependency tree
  28. Reading state information... Done
  29. E: Unable to locate package python-pip3
  30. zero@zero-All-Series:~$ sudo apt-get remove python3-pip
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. The following packages were automatically installed and are no longer required:
  35. python3-colorama python3-distlib python3-wheel
  36. Use 'apt-get autoremove' to remove them.
  37. The following packages will be REMOVED:
  38. python3-pip
  39. 0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
  40. After this operation, 427 kB disk space will be freed.
  41. Do you want to continue? [Y/n] y
  42. (Reading database ... 225048 files and directories currently installed.)
  43. Removing python3-pip (1.5.6-7ubuntu1.2) ...
  44. Processing triggers for man-db (2.7.4-1) ...
  45. zero@zero-All-Series:~$ sudo pip3 install virtualenv virtualenvwrapper
  46. sudo: pip3: command not found
  47. zero@zero-All-Series:~$ sudo apt-get install pyth
  48. Display all 4167 possibilities? (y or n)
  49. zero@zero-All-Series:~$ sudo apt-get install python3-pip
  50. Reading package lists... Done
  51. Building dependency tree
  52. Reading state information... Done
  53. The following NEW packages will be installed:
  54. python3-pip
  55. 0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
  56. Need to get 0 B/82.6 kB of archives.
  57. After this operation, 427 kB of additional disk space will be used.
  58. Selecting previously unselected package python3-pip.
  59. (Reading database ... 224998 files and directories currently installed.)
  60. Preparing to unpack .../python3-pip_1.5.6-7ubuntu1.2_all.deb ...
  61. Unpacking python3-pip (1.5.6-7ubuntu1.2) ...
  62. Processing triggers for man-db (2.7.4-1) ...
  63. Setting up python3-pip (1.5.6-7ubuntu1.2) ...
  64. zero@zero-All-Series:~$ sudo pip3 install virtualenv virtualenvwrapper
  65. Traceback (most recent call last):
  66. File "/usr/bin/pip3", line 9, in <module>
  67. load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')()
  68. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 558, in load_entry_point
  69. return get_distribution(dist).load_entry_point(group, name)
  70. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
  71. return ep.load()
  72. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2355, in load
  73. return self.resolve()
  74. File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2361, in resolve
  75. module = __import__(self.module_name, fromlist=['__name__'], level=0)
  76. File "/usr/lib/python3/dist-packages/pip/__init__.py", line 74, in <module>
  77. from pip.vcs import git, mercurial, subversion, bazaar # noqa
  78. File "/usr/lib/python3/dist-packages/pip/vcs/mercurial.py", line 9, in <module>
  79. from pip.download import path_to_url
  80. File "/usr/lib/python3/dist-packages/pip/download.py", line 25, in <module>
  81. from requests.compat import IncompleteRead
  82. ImportError: cannot import name 'IncompleteRead'
Add Comment
Please, Sign In to add comment