Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. (env)pi@raspberrypi:~/PokemonGo-Bot $ sudo pip install -r requirements.txt Obtaining pgoapi from git+https://github.com/tejado/pgoapi.git#egg=pgoapi (from -r requirements.txt (line 1))
  2. Updating ./src/pgoapi clone
  3. Running setup.py (path:/home/pi/PokemonGo-Bot/src/pgoapi/setup.py) egg_info for package pgoapi
  4.  
  5. warning: no previously-included files matching '*.dll' found anywhere in distribution
  6. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  7. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  8. warning: no previously-included files matching '*.so' found anywhere in distribution
  9. Installing extra requirements: 'egg'
  10. Requirement already satisfied (use --upgrade to upgrade): geopy==1.11.0 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 2))
  11. Downloading/unpacking protobuf==3.0.0b4 (from -r requirements.txt (line 3))
  12. Downloading protobuf-3.0.0b4.tar.gz (210kB): 210kB downloaded
  13. Running setup.py (path:/tmp/pip-build-qL1DQ4/protobuf/setup.py) egg_info for package protobuf
  14.  
  15. no previously-included directories found matching 'google/protobuf/internal/import_test_package'
  16. warning: no previously-included files found matching 'google/protobuf/internal/*_pb2.py'
  17. warning: no previously-included files found matching 'google/protobuf/internal/*_test.py'
  18. warning: no previously-included files found matching 'google/protobuf/internal/*.proto'
  19. warning: no previously-included files found matching 'google/protobuf/internal/test_util.py'
  20. warning: no previously-included files matching '*_test.py' found under directory 'google'
  21. warning: no previously-included files matching '*_test.proto' found under directory 'google'
  22. warning: no previously-included files matching 'unittest*_pb2.py' found under directory 'google'
  23. warning: no previously-included files matching '*.dll' found anywhere in distribution
  24. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  25. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  26. warning: no previously-included files matching '*.so' found anywhere in distribution
  27. Downloading/unpacking requests==2.10.0 (from -r requirements.txt (line 4))
  28. Downloading requests-2.10.0-py2.py3-none-any.whl (506kB): 506kB downloaded
  29. Downloading/unpacking s2sphere==0.2.4 (from -r requirements.txt (line 5))
  30. Downloading s2sphere-0.2.4-py2.py3-none-any.whl
  31. Downloading/unpacking gpsoauth==0.3.0 (from -r requirements.txt (line 6))
  32. Downloading gpsoauth-0.3.0.tar.gz
  33. Running setup.py (path:/tmp/pip-build-qL1DQ4/gpsoauth/setup.py) egg_info for package gpsoauth
  34.  
  35. Downloading/unpacking protobuf-to-dict==0.1.0 (from -r requirements.txt (line 7))
  36. Downloading protobuf-to-dict-0.1.0.tar.gz
  37. Running setup.py (path:/tmp/pip-build-qL1DQ4/protobuf-to-dict/setup.py) egg_info for package protobuf-to-dict
  38.  
  39. Installed /tmp/pip-build-qL1DQ4/protobuf-to-dict/.eggs/nosexcover-1.0.10-py2.7.egg
  40. Searching for coverage
  41. Reading https://pypi.python.org/simple/coverage/
  42. Downloading https://pypi.python.org/packages/ca/76/75cb8a80084dc08d373ef39a04237a658e6dcf4adeaba3fe2a9753a904e3/coverage-4.2b1.tar.gz#md5=587019c5f1a0af28c08e9e9586d5a60a
  43. Best match: coverage 4.2b1
  44. Processing coverage-4.2b1.tar.gz
  45. Writing /tmp/easy_install-V9R39R/coverage-4.2b1/setup.cfg
  46. Running coverage-4.2b1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-V9R39R/coverage-4.2b1/egg-dist-tmp-OJ3PqE
  47. warning: no previously-included files found matching 'ci/appveyor.token'
  48. no previously-included directories found matching 'doc/_build'
  49. no previously-included directories found matching 'tests/eggsrc/build'
  50. no previously-included directories found matching 'tests/eggsrc/dist'
  51. no previously-included directories found matching 'tests/eggsrc/*.egg-info'
  52. warning: no previously-included files matching '*.py[co]' found anywhere in distribution
  53. In file included from coverage/ctracer/datastack.c:4:0:
  54. coverage/ctracer/util.h:7:20: fatal error: Python.h: No such file or directory
  55. #include <Python.h>
  56. ^
  57. compilation terminated.
  58. warning: no previously-included files found matching 'ci/appveyor.token'
  59. no previously-included directories found matching 'doc/_build'
  60. no previously-included directories found matching 'tests/eggsrc/build'
  61. no previously-included directories found matching 'tests/eggsrc/dist'
  62. no previously-included directories found matching 'tests/eggsrc/*.egg-info'
  63. warning: no previously-included files matching '*.py[co]' found anywhere in distribution
  64. **
  65. ** Couldn't install with extension module, trying without it...
  66. ** BuildFailed: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
  67. **
  68. Extracting coverage-4.2b1-py2.7.egg to /tmp/pip-build-qL1DQ4/protobuf-to-dict/.eggs
  69.  
  70. Installed /tmp/pip-build-qL1DQ4/protobuf-to-dict/.eggs/coverage-4.2b1-py2.7.egg
  71. Searching for nose>=1.0
  72. Reading https://pypi.python.org/simple/nose/
  73. Downloading https://pypi.python.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz#md5=4d3ad0ff07b61373d2cefc89c5d0b20b
  74. Best match: nose 1.3.7
  75. Processing nose-1.3.7.tar.gz
  76. Writing /tmp/easy_install-QgJgKY/nose-1.3.7/setup.cfg
  77. Running nose-1.3.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QgJgKY/nose-1.3.7/egg-dist-tmp-T6Kl01
  78. no previously-included directories found matching 'doc/.build'
  79. Extracting nose-1.3.7-py2.7.egg to /tmp/pip-build-qL1DQ4/protobuf-to-dict/.eggs
  80.  
  81. Installed /tmp/pip-build-qL1DQ4/protobuf-to-dict/.eggs/nose-1.3.7-py2.7.egg
  82.  
  83. Downloading/unpacking googlemaps==2.4.4 (from -r requirements.txt (line 8))
  84. Downloading googlemaps-2.4.4-py2-none-any.whl
  85. Downloading/unpacking colorama==0.3.7 (from -r requirements.txt (line 9))
  86. Downloading colorama-0.3.7-py2.py3-none-any.whl
  87. Downloading/unpacking enum34==1.1.6 (from -r requirements.txt (line 10))
  88. Downloading enum34-1.1.6-py2-none-any.whl
  89. Downloading/unpacking pyyaml==3.11 (from -r requirements.txt (line 11))
  90. Downloading PyYAML-3.11.zip (371kB): 371kB downloaded
  91. Running setup.py (path:/tmp/pip-build-qL1DQ4/pyyaml/setup.py) egg_info for package pyyaml
  92.  
  93. Downloading/unpacking haversine==0.4.5 (from -r requirements.txt (line 12))
  94. Downloading haversine-0.4.5.tar.gz
  95. Running setup.py (path:/tmp/pip-build-qL1DQ4/haversine/setup.py) egg_info for package haversine
  96.  
  97. Downloading/unpacking polyline==1.3.1 (from -r requirements.txt (line 13))
  98. Downloading polyline-1.3.1-py2.py3-none-any.whl
  99. Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from pgoapi->-r requirements.txt (line 1))
  100. Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/local/lib/python2.7/dist-packages (from protobuf==3.0.0b4->-r requirements.txt (line 3))
  101. Downloading/unpacking future (from s2sphere==0.2.4->-r requirements.txt (line 5))
  102. Downloading future-0.15.2.tar.gz (1.6MB): 1.6MB downloaded
  103. Running setup.py (path:/tmp/pip-build-qL1DQ4/future/setup.py) egg_info for package future
  104.  
  105. warning: no files found matching '*.au' under directory 'tests'
  106. warning: no files found matching '*.gif' under directory 'tests'
  107. warning: no files found matching '*.txt' under directory 'tests'
  108. Downloading/unpacking pycryptodomex>=3.0 (from gpsoauth==0.3.0->-r requirements.txt (line 6))
  109. Downloading pycryptodomex-3.4.2.tar.gz (6.5MB): 6.5MB downloaded
  110. Running setup.py (path:/tmp/pip-build-qL1DQ4/pycryptodomex/setup.py) egg_info for package pycryptodomex
  111.  
  112. Installing collected packages: pgoapi, protobuf, requests, s2sphere, gpsoauth, protobuf-to-dict, googlemaps, colorama, enum34, pyyaml, haversine, polyline, future, pycryptodomex
  113. Running setup.py develop for pgoapi
  114.  
  115. warning: no previously-included files matching '*.dll' found anywhere in distribution
  116. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  117. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  118. warning: no previously-included files matching '*.so' found anywhere in distribution
  119. Creating /usr/local/lib/python2.7/dist-packages/pgoapi.egg-link (link to .)
  120. pgoapi 1.1.0 is already the active version in easy-install.pth
  121.  
  122. Installed /home/pi/PokemonGo-Bot/src/pgoapi
  123. Found existing installation: protobuf 2.6.1
  124. Uninstalling protobuf:
  125. Successfully uninstalled protobuf
  126. Running setup.py install for protobuf
  127. ../src: warning: directory does not exist.
  128. Generating google/protobuf/pyext/python_pb2.py...
  129. Skipping installation of /usr/local/lib/python2.7/dist-packages/google/__init__.py (namespace package)
  130.  
  131. no previously-included directories found matching 'google/protobuf/internal/import_test_package'
  132. warning: no previously-included files found matching 'google/protobuf/internal/*_pb2.py'
  133. warning: no previously-included files found matching 'google/protobuf/internal/*_test.py'
  134. warning: no previously-included files found matching 'google/protobuf/internal/*.proto'
  135. warning: no previously-included files found matching 'google/protobuf/internal/test_util.py'
  136. warning: no previously-included files matching '*_test.py' found under directory 'google'
  137. warning: no previously-included files matching '*_test.proto' found under directory 'google'
  138. warning: no previously-included files matching 'unittest*_pb2.py' found under directory 'google'
  139. warning: no previously-included files matching '*.dll' found anywhere in distribution
  140. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  141. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  142. warning: no previously-included files matching '*.so' found anywhere in distribution
  143. Installing /usr/local/lib/python2.7/dist-packages/protobuf-3.0.0b4-py2.7-nspkg.pth
  144. Could not find .egg-info directory in install record for protobuf==3.0.0b4 (from -r requirements.txt (line 3))
  145. Found existing installation: requests 2.4.3
  146. Not uninstalling requests at /usr/lib/python2.7/dist-packages, owned by OS
  147. Running setup.py install for gpsoauth
  148.  
  149. Could not find .egg-info directory in install record for gpsoauth==0.3.0 (from -r requirements.txt (line 6))
  150. Running setup.py install for protobuf-to-dict
  151. Traceback (most recent call last):
  152. File "<string>", line 1, in <module>
  153. File "/tmp/pip-build-qL1DQ4/protobuf-to-dict/setup.py", line 25, in <module>
  154. 'Topic :: Software Development :: Libraries :: Python Modules',
  155. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  156. _setup_distribution = dist = klass(attrs)
  157. File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 348, in __init__
  158. self.fetch_build_eggs(attrs['setup_requires'])
  159. File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 394, in fetch_build_eggs
  160. replace_conflicting=True,
  161. File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 826, in resolve
  162. dist = best[req.key] = env.best_match(req, ws, installer)
  163. File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1085, in best_match
  164. dist = working_set.find(req)
  165. File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 695, in find
  166. raise VersionConflict(dist, req)
  167. pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.9'))
  168. Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-qL1DQ4/protobuf-to-dict/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Di9xNp-record/install-record.txt --single-version-externally-managed --compile:
  169. Traceback (most recent call last):
  170.  
  171. File "<string>", line 1, in <module>
  172.  
  173. File "/tmp/pip-build-qL1DQ4/protobuf-to-dict/setup.py", line 25, in <module>
  174.  
  175. 'Topic :: Software Development :: Libraries :: Python Modules',
  176.  
  177. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  178.  
  179. _setup_distribution = dist = klass(attrs)
  180.  
  181. File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 348, in __init__
  182.  
  183. self.fetch_build_eggs(attrs['setup_requires'])
  184.  
  185. File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 394, in fetch_build_eggs
  186.  
  187. replace_conflicting=True,
  188.  
  189. File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 826, in resolve
  190.  
  191. dist = best[req.key] = env.best_match(req, ws, installer)
  192.  
  193. File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1085, in best_match
  194.  
  195. dist = working_set.find(req)
  196.  
  197. File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 695, in find
  198.  
  199. raise VersionConflict(dist, req)
  200.  
  201. pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.9'))
  202.  
  203. ----------------------------------------
  204. Cleaning up...
  205. Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-qL1DQ4/protobuf-to-dict/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Di9xNp-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-qL1DQ4/protobuf-to-dict
  206. Storing debug log for failure in /root/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement