Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'requests' #13

Open
Drihmia opened this issue Jan 24, 2024 · 2 comments
Open

ModuleNotFoundError: No module named 'requests' #13

Drihmia opened this issue Jan 24, 2024 · 2 comments

Comments

@Drihmia
Copy link

Drihmia commented Jan 24, 2024

when i run the program in my MacOS 's terminal, I get this error:
image

@Drihmia
Copy link
Author

Drihmia commented Jan 24, 2024

I ve slved the issue, but i cannot push this repo!
image

@uosyph
Copy link

uosyph commented Mar 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants