top of page
lacope1
More actions
Forum Posts
lacope1
Jan 23, 2025
In Questions & Answers
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?
0
2
31
bottom of page