Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (PokemonGo-Bot) pi@raspberrypi:~/PokemonGo-Bot $ pip install -r requirements.txtCollecting numpy==1.11.0 (from -r requirements.txt (line 1))
- 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/
- 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/
- Using cached numpy-1.11.0.tar.gz
- Collecting networkx==1.11 (from -r requirements.txt (line 2))
- Using cached networkx-1.11-py2.py3-none-any.whl
- Obtaining pgoapi from git+https://github.com/joelgreen/pgoapi.git/@fa49ada8570b0817c5a73b9315ba010fa7a47874#egg=pgoapi (from -r requirements.txt (line 3))
- Skipping because already up-to-date.
- Collecting geopy==1.11.0 (from -r requirements.txt (line 4))
- Using cached geopy-1.11.0-py2.py3-none-any.whl
- Collecting geographiclib==1.46.3 (from -r requirements.txt (line 5))
- Using cached geographiclib-1.46.3.zip
- Collecting protobuf==3.0.0b4 (from -r requirements.txt (line 6))
- Using cached protobuf-3.0.0b4-py2.py3-none-any.whl
- Collecting requests==2.10.0 (from -r requirements.txt (line 7))
- Using cached requests-2.10.0-py2.py3-none-any.whl
- Collecting requests-mock==1.0.0 (from -r requirements.txt (line 8))
- Using cached requests_mock-1.0.0-py2.py3-none-any.whl
- Collecting s2sphere==0.2.4 (from -r requirements.txt (line 9))
- Using cached s2sphere-0.2.4-py2.py3-none-any.whl
- Collecting gpsoauth==0.3.0 (from -r requirements.txt (line 10))
- Using cached gpsoauth-0.3.0.tar.gz
- Collecting protobuf-to-dict==0.1.0 (from -r requirements.txt (line 11))
- Using cached protobuf-to-dict-0.1.0.tar.gz
- Complete output from command python setup.py egg_info:
- Installed /tmp/pip-build-omt83pba/protobuf-to-dict/.eggs/nosexcover-1.0.10-py3.4.egg
- Searching for coverage
- Reading https://pypi.python.org/simple/coverage/
- Download error on https://pypi.python.org/simple/coverage/: [Errno 104] Connection reset by peer -- Some packages may not be found!
- Couldn't find index page for 'coverage' (maybe misspelled?)
- Scanning index of all packages (this may take a while)
- Reading https://pypi.python.org/simple/
- No local packages or working download links found for coverage
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip-build-omt83pba/protobuf-to-dict/setup.py", line 25, in <module>
- 'Topic :: Software Development :: Libraries :: Python Modules',
- File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
- _setup_distribution = dist = klass(attrs)
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/dist.py", line 315, in __init__
- self.fetch_build_eggs(attrs['setup_requires'])
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs
- replace_conflicting=True,
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 851, in resolve
- dist = best[req.key] = env.best_match(req, ws, installer)
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1123, in best_match
- return self.obtain(req, installer)
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1135, in obtain
- return installer(requirement)
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/dist.py", line 428, in fetch_build_egg
- return cmd.easy_install(req)
- File "/home/pi/PokemonGo-Bot/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 658, in easy_install
- raise DistutilsError(msg)
- distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('coverage')
- ----------------------------------------
- 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