Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. $easy_install3 --index-url=https://pypi.python.org/simple --user pip
  2. Searching for pip
  3. Reading https://pypi.python.org/simple/pip/
  4. Best match: pip 9.0.1
  5. Downloading https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#md5=35f01da33009719497f01a4ba69d63c9
  6. Processing pip-9.0.1.tar.gz
  7. Running pip-9.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-i040te/pip-9.0.1/egg-dist-tmp-kc91ko
  8. /usr/lib/python3.2/distutils/dist.py:257: UserWarning: Unknown distribution option: 'python_requires'
  9. warnings.warn(msg)
  10. warning: no previously-included files found matching '.coveragerc'
  11. warning: no previously-included files found matching '.mailmap'
  12. warning: no previously-included files found matching '.travis.yml'
  13. warning: no previously-included files found matching '.landscape.yml'
  14. warning: no previously-included files found matching 'pip/_vendor/Makefile'
  15. warning: no previously-included files found matching 'tox.ini'
  16. warning: no previously-included files found matching 'dev-requirements.txt'
  17. warning: no previously-included files found matching 'appveyor.yml'
  18. no previously-included directories found matching '.github'
  19. no previously-included directories found matching '.travis'
  20. no previously-included directories found matching 'docs/_build'
  21. no previously-included directories found matching 'contrib'
  22. no previously-included directories found matching 'tasks'
  23. no previously-included directories found matching 'tests'
  24. File "build/bdist.linux-i686/egg/pip/_vendor/progress/bar.py", line 48
  25. empty_fill = u'∙'
  26. ^
  27. SyntaxError: invalid syntax
  28.  
  29. File "build/bdist.linux-i686/egg/pip/_vendor/progress/spinner.py", line 32
  30. phases = [u'◷', u'◶', u'◵', u'◴']
  31. ^
  32. SyntaxError: invalid syntax
  33.  
  34. File "build/bdist.linux-i686/egg/pip/_vendor/progress/counter.py", line 37
  35. phases = (u' ', u'▁', u'▂', u'▃', u'▄', u'▅', u'▆', u'▇', u'█')
  36. ^
  37. SyntaxError: invalid syntax
  38.  
  39. File "build/bdist.linux-i686/egg/pip/_vendor/requests/models.py", line 856
  40. http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url)
  41. ^
  42. SyntaxError: invalid syntax
  43.  
  44. File "build/bdist.linux-i686/egg/pip/_vendor/distro.py", line 699
  45. version = u'{0} ({1})'.format(version, self.codename())
  46. ^
  47. SyntaxError: invalid syntax
  48.  
  49. File "/home/arsa/.local/lib/python3.2/site-packages/pip-9.0.1-py3.2.egg/pip/_vendor/distro.py", line 699
  50. version = u'{0} ({1})'.format(version, self.codename())
  51. ^
  52. SyntaxError: invalid syntax
  53.  
  54. File "/home/arsa/.local/lib/python3.2/site-packages/pip-9.0.1-py3.2.egg/pip/_vendor/progress/bar.py", line 48
  55. empty_fill = u'∙'
  56. ^
  57. SyntaxError: invalid syntax
  58.  
  59. File "/home/arsa/.local/lib/python3.2/site-packages/pip-9.0.1-py3.2.egg/pip/_vendor/progress/spinner.py", line 32
  60. phases = [u'◷', u'◶', u'◵', u'◴']
  61. ^
  62. SyntaxError: invalid syntax
  63.  
  64. File "/home/arsa/.local/lib/python3.2/site-packages/pip-9.0.1-py3.2.egg/pip/_vendor/progress/counter.py", line 37
  65. phases = (u' ', u'▁', u'▂', u'▃', u'▄', u'▅', u'▆', u'▇', u'█')
  66. ^
  67. SyntaxError: invalid syntax
  68.  
  69. File "/home/arsa/.local/lib/python3.2/site-packages/pip-9.0.1-py3.2.egg/pip/_vendor/requests/models.py", line 856
  70. http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url)
  71. ^
  72. SyntaxError: invalid syntax
  73.  
  74. Adding pip 9.0.1 to easy-install.pth file
  75. Installing pip script to /home/arsa/.local/bin
  76. Installing pip3.2 script to /home/arsa/.local/bin
  77. Installing pip3 script to /home/arsa/.local/bin
  78.  
  79. Installed /home/arsa/.local/lib/python3.2/site-packages/pip-9.0.1-py3.2.egg
  80. Processing dependencies for pip
  81. Finished processing dependencies for pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement