Guest User

requirements.txt output

a guest
Sep 13th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. (PokemonGo-Bot) pi@raspberrypi:~/PokemonGo-Bot $ pip install -r requirements.txtCollecting numpy==1.11.0 (from -r requirements.txt (line 1))
  2. Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/numpy/
  3. Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/numpy/
  4. Using cached numpy-1.11.0.tar.gz
  5. Collecting networkx==1.11 (from -r requirements.txt (line 2))
  6. Using cached networkx-1.11-py2.py3-none-any.whl
  7. Obtaining pgoapi from git+https://github.com/joelgreen/pgoapi.git/@fa49ada8570b0817c5a73b9315ba010fa7a47874#egg=pgoapi (from -r requirements.txt (line 3))
  8. Skipping because already up-to-date.
  9. Collecting geopy==1.11.0 (from -r requirements.txt (line 4))
  10. Using cached geopy-1.11.0-py2.py3-none-any.whl
  11. Collecting geographiclib==1.46.3 (from -r requirements.txt (line 5))
  12. Using cached geographiclib-1.46.3.zip
  13. Collecting protobuf==3.0.0b4 (from -r requirements.txt (line 6))
  14. Using cached protobuf-3.0.0b4-py2.py3-none-any.whl
  15. Collecting requests==2.10.0 (from -r requirements.txt (line 7))
  16. Using cached requests-2.10.0-py2.py3-none-any.whl
  17. Collecting requests-mock==1.0.0 (from -r requirements.txt (line 8))
  18. Using cached requests_mock-1.0.0-py2.py3-none-any.whl
  19. Collecting s2sphere==0.2.4 (from -r requirements.txt (line 9))
  20. Using cached s2sphere-0.2.4-py2.py3-none-any.whl
  21. Collecting gpsoauth==0.3.0 (from -r requirements.txt (line 10))
  22. Using cached gpsoauth-0.3.0.tar.gz
  23. Collecting protobuf-to-dict==0.1.0 (from -r requirements.txt (line 11))
  24. Using cached protobuf-to-dict-0.1.0.tar.gz
  25. Complete output from command python setup.py egg_info:
  26.  
  27. Installed /tmp/pip-build-omt83pba/protobuf-to-dict/.eggs/nosexcover-1.0.10-py3.4.egg
  28. Searching for coverage
  29. Reading https://pypi.python.org/simple/coverage/
  30. Download error on https://pypi.python.org/simple/coverage/: [Errno 104] Connection reset by peer -- Some packages may not be found!
  31. Couldn't find index page for 'coverage' (maybe misspelled?)
  32. Scanning index of all packages (this may take a while)
  33. Reading https://pypi.python.org/simple/
  34. No local packages or working download links found for coverage
  35. Traceback (most recent call last):
  36. File "<string>", line 1, in <module>
  37. File "/tmp/pip-build-omt83pba/protobuf-to-dict/setup.py", line 25, in <module>
  38. 'Topic :: Software Development :: Libraries :: Python Modules',
  39. File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
  40. _setup_distribution = dist = klass(attrs)
  41. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/dist.py", line 315, in __init__
  42. self.fetch_build_eggs(attrs['setup_requires'])
  43. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs
  44. replace_conflicting=True,
  45. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 851, in resolve
  46. dist = best[req.key] = env.best_match(req, ws, installer)
  47. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1123, in best_match
  48. return self.obtain(req, installer)
  49. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1135, in obtain
  50. return installer(requirement)
  51. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/dist.py", line 428, in fetch_build_egg
  52. return cmd.easy_install(req)
  53. File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 658, in easy_install
  54. raise DistutilsError(msg)
  55. distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('coverage')
  56.  
  57. ----------------------------------------
  58. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-omt83pba/protobuf-to-dict/
Advertisement
Add Comment
Please, Sign In to add comment