ImportError: No module named req
See original GitHub issueWhen trying to run Jasper on my Raspberry Pi B+ I get the following error
Traceback (most recent call last):
File "./jasper.py", line 12, in <module>
from client import tts
File "/home/pi/jasper/client/tts.py", line 41, in <module>
import diagnose
File "/home/pi/jasper/client/diagnose.py", line 9, in <module>
import pip.req
ImportError: No module named req
I’m tried reinstalling pip but that doesn’t fix it. Any help?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
No module named pip.req - python - Stack Overflow
I am installing tweepy, but I am running into an error about pip. req. I have pip installed, but for some reason pip....
Read more >ImportError: No module named 'pip.req' · Issue #282 - GitHub
Flask-Ask is using pip.req module stuff which means you need pip <10.0.0 to install the packages.
Read more >No module named req | bench init unable to install version ...
I am running bench version 4.1.0 - installed with frappe user & production mode on Ubuntu 14.04 LTS
Read more >From pip.req...ImportError: No module named req
I get this error for most/all sub-directories on ./update_nrp update all , not only for CLE.
Read more >How to pip install the requests module to solve import errors?
No module named requests – even after i pip install ... Issue: you are still getting the import error even after executing the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
change your pip version : sudo python -m pip install --upgrade pip==9.0.3
just… workaround 😃
Do this to get working like a charm!