Amith

pip.log

Jun 23rd, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ------------------------------------------------------------
  2. /data/user/0/org.qpython.qpy3/files/bin/pip run on Fri Jun 23 13:58:55 2017
  3. Downloading/unpacking requests
  4.  
  5. Running setup.py egg_info for package requests
  6.  
  7. Traceback (most recent call last):
  8.  
  9. File "<string>", line 16, in <module>
  10.  
  11. File "/storage/emulated/0/qpython/cache/pip-build/requests/setup.py", line 55, in <module>
  12.  
  13. exec(f.read(), about)
  14.  
  15. File "<string>", line 14
  16.  
  17. __cake__ = u'\u2728 \U0001f370 \u2728'
  18.  
  19. ^
  20.  
  21. SyntaxError: invalid syntax
  22.  
  23. Complete output from command python setup.py egg_info:
  24.  
  25. Traceback (most recent call last):
  26.  
  27. File "<string>", line 16, in <module>
  28.  
  29. File "/storage/emulated/0/qpython/cache/pip-build/requests/setup.py", line 55, in <module>
  30.  
  31. exec(f.read(), about)
  32.  
  33. File "<string>", line 14
  34.  
  35. __cake__ = u'\u2728 \U0001f370 \u2728'
  36.  
  37. ^
  38.  
  39. SyntaxError: invalid syntax
  40.  
  41. ----------------------------------------
  42.  
  43. Command python setup.py egg_info failed with error code 1 in /storage/emulated/0/qpython/cache/pip-build/requests
  44.  
  45. Exception information:
  46. Traceback (most recent call last):
  47. File "/data/user/0/org.qpython.qpy3/files/lib/python3.2/site-packages/pip-1.2.1-py3.2.egg/pip/basecommand.py", line 107, in main
  48. status = self.run(options, args)
  49. File "/data/user/0/org.qpython.qpy3/files/lib/python3.2/site-packages/pip-1.2.1-py3.2.egg/pip/commands/install.py", line 256, in run
  50. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  51. File "/data/user/0/org.qpython.qpy3/files/lib/python3.2/site-packages/pip-1.2.1-py3.2.egg/pip/req.py", line 1042, in prepare_files
  52. req_to_install.run_egg_info()
  53. File "/data/user/0/org.qpython.qpy3/files/lib/python3.2/site-packages/pip-1.2.1-py3.2.egg/pip/req.py", line 236, in run_egg_info
  54. command_desc='python setup.py egg_info')
  55. File "/data/user/0/org.qpython.qpy3/files/lib/python3.2/site-packages/pip-1.2.1-py3.2.egg/pip/util.py", line 612, in call_subprocess
  56. % (command_desc, proc.returncode, cwd))
  57. pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /storage/emulated/0/qpython/cache/pip-build/requests
Add Comment
Please, Sign In to add comment