Aug-13-2024, 08:13 PM
(This post was last modified: Aug-13-2024, 08:13 PM by deanhystad.)
Looks like it should be easy. Have you tried the ways mentioned here?
https://www.pythonrequests.com/how-to-in...n-pycharm/
If you are using a virtual environment and install from the terminal, make sure activate your virtual environment before doing pip install. If you don't, it will install requests in you system python.
https://www.pythonrequests.com/how-to-in...n-pycharm/
If you are using a virtual environment and install from the terminal, make sure activate your virtual environment before doing pip install. If you don't, it will install requests in you system python.