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 request modules #98

Open
analexius opened this issue Jan 15, 2018 · 5 comments
Open

Import request modules #98

analexius opened this issue Jan 15, 2018 · 5 comments

Comments

@analexius
Copy link

Hi guys,
everything went smoothly, but i get this when i start up:

File "smartmirror.py", line 9, in
import requests
ImportError: No module named requests

Any idea what i missed?

rgds,
Axs

@nickever
Copy link

nickever commented Jan 16, 2018 via email

@analexius
Copy link
Author

Will try tonight, thanks a mill
Axs

@analexius
Copy link
Author

(cv) pi@GrosPi:~ $ sudo pip install requests
Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages
(cv) pi@GrosPi:~/Smart-Mirror $ python smartmirror.py
Traceback (most recent call last):
File "smartmirror.py", line 9, in
import requests
ImportError: No module named requests

@nickever
Copy link

nickever commented Jan 16, 2018 via email

@bervin61
Copy link

On the same lines as nickever, you can check what version of python you are running by (from the python shell)
import sys sys.version
if it's installed for your version, we need to troubleshoot.

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