Created
May 7, 2012 18:03
-
-
Save emperorcezar/2629346 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Downloading/unpacking requests==0.10.1 (from -r requirements/production.txt (line 19)) | |
| Running setup.py egg_info for package requests | |
| Traceback (most recent call last): | |
| File "<string>", line 14, in <module> | |
| File "/code/mayan/venv/build/requests/setup.py", line 10, in <module> | |
| import requests | |
| File "requests/__init__.py", line 25, in <module> | |
| from . import utils | |
| File "requests/utils.py", line 257 | |
| return b"".join(L) | |
| ^ | |
| SyntaxError: invalid syntax | |
| Complete output from command python setup.py egg_info: | |
| Traceback (most recent call last): | |
| File "<string>", line 14, in <module> | |
| File "/code/mayan/venv/build/requests/setup.py", line 10, in <module> | |
| import requests | |
| File "requests/__init__.py", line 25, in <module> | |
| from . import utils | |
| File "requests/utils.py", line 257 | |
| return b"".join(L) | |
| ^ | |
| SyntaxError: invalid syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment