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
I am not sure if i am doing everything correct, i am not a python guy. I installed python on windows and tried to run it but i get this error
C:\Users\user\Desktop\py>api.py post -i vars.txt
Traceback (most recent call last):
File "C:\Users\user\Desktop\py\api.py", line 29, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
I had to unzip the .gz file using winzip and create a folder in it called "requests". I then copied the "version.py" file into the new requests folder and reran the "python setup.py install" command. It installed correctly and the application ran
The app does not work btw. It throws an api exception.
I am not sure if i am doing everything correct, i am not a python guy. I installed python on windows and tried to run it but i get this error
The text was updated successfully, but these errors were encountered: