This repository has been archived by the owner on May 18, 2024. It is now read-only.
moduel 'requests' , 'pip' installation issues #162
Unanswered
RobHaydon92
asked this question in
Q&A
Replies: 1 comment 1 reply
-
sounds like you installed pip and requests to python 2.XX and not python 3 :) try running pip3 install .... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im trying to run the script in python but am getting this error,
python error: (module import exception):
No module named 'requests'
Make sure you have installed this python module.
You need to install 'pip' (https://pip.pypa.io/en/stable/installation/) and run the command 'pip install requests'.
Press any key to exit
I have installed the moduel 'requests' and 'pip' and both show as installed and working but when running your script I conue to receve this issue, is there something im missing or is it a version support issue im encountering
im running python 3.10
Thanks
Beta Was this translation helpful? Give feedback.
All reactions