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

import error #700

Open
himondas18 opened this issue Sep 24, 2018 · 0 comments
Open

import error #700

himondas18 opened this issue Sep 24, 2018 · 0 comments

Comments

@himondas18
Copy link

After entering this >> pi@raspberrypi:~ $ /home/pi/jasper/jasper.py
I got this errors:
Traceback (most recent call last):
File "/home/pi/jasper/jasper.py", line 13, in
from client import stt
File "/home/pi/jasper/client/stt.py", line 16, in
import diagnose
File "/home/pi/jasper/client/diagnose.py", line 9, in
import pip.req
ImportError: No module named req

By reading solutions to similar error, i have enter this code to change the pip version:
sudo python -m pip install --upgrade pip==9.0.3

Then this error come:
/usr/bin/python: No module named pip.main; 'pip' is a package and cannot be directly executed

please help me out

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

1 participant