Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. python3 get-pip.py
  2. Traceback (most recent call last):
  3. File "get-pip.py", line 20061, in <module>
  4. main()
  5. File "get-pip.py", line 194, in main
  6. bootstrap(tmpdir=tmpdir)
  7. File "get-pip.py", line 82, in bootstrap
  8. import pip
  9. File "/tmp/tmp7nqeoi/pip.zip/pip/__init__.py", line 21, in <module>
  10. File "/tmp/tmp7nqeoi/pip.zip/pip/_vendor/requests/__init__.py", line 66, in <module>
  11. File "/tmp/tmp7nqeoi/pip.zip/pip/_vendor/requests/models.py", line 856
  12. http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url)
  13. ^
  14. SyntaxError: invalid syntax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement