Skip to content
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

Closed
foster82 opened this issue Nov 9, 2016 · 4 comments
Closed

Unable to pip install reqirments.txt #5802

foster82 opened this issue Nov 9, 2016 · 4 comments

Comments

@foster82
Copy link

foster82 commented Nov 9, 2016

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.

@Gobberwart
Copy link
Contributor

Gobberwart commented Nov 10, 2016

try pip install -r ./requirements.txt --upgrade. Same error?

@foster82
Copy link
Author

Yeah still the same

@foster82
Copy link
Author

OK this is the error I now get after another git pull

pip install -r requirements.txt --upgrade
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 16, in from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/vcs/subversion.py", line 9, in
from pip.index import Link
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/index.py", line 30, in
from pip.wheel import Wheel, wheel_ext
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/wheel.py", line 39, in
from pip._vendor.distlib.scripts import ScriptMaker
File "/home/pi/Poke/PokemonGo-Bot/local/lib/python2.7/site-packages/pip/_vendor/distlib/scripts.py", line 15, in
from .resources import finder
ValueError: bad marshal data (unknown type code)

@solderzzc
Copy link
Contributor

Refresh clone should fix it. Reopen if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants