You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You get the ModuleNotFoundError because Requests isn't a built-in module. You have to install it using pip install requests.
As for the permission error, it's because you don't have access to the repo.
when i run the program in my MacOS 's terminal, I get this error:
The text was updated successfully, but these errors were encountered: