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

request not found? #2

Open
kmddd59 opened this issue Mar 21, 2020 · 1 comment
Open

request not found? #2

kmddd59 opened this issue Mar 21, 2020 · 1 comment

Comments

@kmddd59
Copy link

kmddd59 commented Mar 21, 2020

C:\Users\varax\Downloads>C:\Users\varax\AppData\Local\Programs\Python\Python36\python.exe webhook.py
Traceback (most recent call last):
File "webhook.py", line 1, in
import requests
ModuleNotFoundError: No module named 'requests'

C:\Users\varax\Downloads>

@kaytosh
Copy link

kaytosh commented Feb 18, 2021

you need to install module requests:
pip3 install requests
then you'll be able to run the program

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