I am doing the Python Programming series of videos and run into this error when doing REST API, Requests and JSON.
This is the response I receive when running the code:
from request import get
ModuleNotFoundError: No module named 'request'
I installed pip3 before running this code.
Also, I am using VS Code on a Mac Mini M1
What am I doing wrong with this?
Its the requests module... "s"...
python3 -m pip install requests
https://pypi.org/project/requests/