Using Ubuntu MATE on Raspberry Pi 2, running /home/ilya/jasper/jasper.py returns (note the name of my Pi is ilya instead of pi):
Traceback (most recent call last):
File "/home/ilya/jasper/jasper.py", line 12, in <module>
from client import tts, stt, jasperpath, diagnose
File "/home/ilya/jasper/client/tts.py", line 20, in <module>
import requests
ImportError: No module named requests
Requests is already installed:
https://gyazo.com/187d3d3ab7692ac64a70c52be4697506Trying to install requests with pip or easy_install just says that the package is up-to-date.
From sudo pip install requests:
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/local/lib/python2.7/dist-packages
From sudo easy_install requests:
Adding requests 2.10.0 to easy-install.pth file
Using /usr/local/lib/python2.7/dist-packages
Processing dependencies for requests
Finished processing dependencies for requests
I have tried to fix this problem for a LONG time now. Removed pip and installed it countless times, removed and reinstalled requests countless times as well. I tried to install requests manually using python setup.py, which did not work either. I feel that I am out of options. I have followed the steps and ensured that every other package/dependency was installed. If anyone could help me that would be great. If you need anymore information, I would be more than willing to give it to you.