-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pip install reqirments.txt #5802
Comments
try |
Yeah still the same |
OK this is the error I now get after another git pull pip install -r requirements.txt --upgrade |
Refresh clone should fix it. Reopen if not. |
Hi guys trying to run pip install -r requirements.txt
And getting the
(PokemonGo-Bot) pi@raspberrypi:~/Poke/PokemonGo-Bot $ pip install -r requirements.txt
Traceback (most recent call last):
File "/home/pi/Poke/PokemonGo-Bot/bin/pip", line 7, in from pip import main
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/init.py", line 14, in
from pip.utils import get_installed_distributions, get_prog
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/utils/init.py", line 27, in
from pip._vendor import pkg_resources
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/_vendor/pkg_resources/init.py", line 69, in import('pip._vendor.packaging.version')
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/_vendor/packaging/version.py", line 10, in
from ._structures import Infinity
EOFError: EOF read where object expected
Running Linux dabian on my too. Any ideas.
The text was updated successfully, but these errors were encountered: