-
Notifications
You must be signed in to change notification settings - Fork 384
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
Comments
You need to install the requests package from PiPy. In terminal try:
$sudo pup install requests
|
Will try tonight, thanks a mill |
(cv) pi@GrosPi:~ $ sudo pip install requests |
Check it’s installed for python 3 as well.
$ pip3 freeze
(This will show a list of installed packages)
If not installed for python 3, then;
$ sudo pip3 install requests
Good luck
|
On the same lines as nickever, you can check what version of python you are running by (from the python shell) |
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
The text was updated successfully, but these errors were encountered: