Advertisement
Guest User

http

a guest
May 23rd, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ➜  bundle sudo pip3 install http
  2. Collecting http
  3.   Using cached http-0.02.tar.gz
  4.     Complete output from command python setup.py egg_info:
  5.     Traceback (most recent call last):
  6.       File "<string>", line 1, in <module>
  7.       File "/tmp/pip-build-y9db6f5t/http/setup.py", line 3, in <module>
  8.         import http
  9.       File "/tmp/pip-build-y9db6f5t/http/http/__init__.py", line 17, in <module>
  10.         from request import Request
  11.     ImportError: cannot import name 'Request'
  12.    
  13.     ----------------------------------------
  14. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-y9db6f5t/http/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement