-
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
ImportError: No module named pgoapi.exceptions #5112
Comments
I've had the same error today. and the problem was resolved. |
When i try: |
Dont run pip install as sudo. cat bin/pip |
-- coding: utf-8 --import re from pip import main if name == 'main': |
I'm having the same issue and my |
I'm closing this as it might have already been fixed (too old). If it isn't, please reopen a new one. |
to solve:
git pull - ok
git submodule update --init --recursive - ok
git submodule foreach git pull origin master - ok
source bin/activate - ok
pip install -r requirements.txt --upgrade - e1
pip install -r requirements.txt - e1
e1:
File "..../PokemonGo-Bot-master/bin/pip", line 1
SyntaxError: Non-ASCII character '\xc3' in file ..../PokemonGo-Bot-master/bin/pip on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
when i use:
git pull - ok
git submodule update --init --recursive - ok
git submodule foreach git pull origin master - ok
source bin/activate - ok
sudo pip install -r requirements.txt --upgrade - alert1
sudo pip install -r requirements.txt - alert1
alert1:
The directory '..../.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/marcus/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
And the error at ./run.sh continue.
Help?
The text was updated successfully, but these errors were encountered: