electron-instaPy-GUI
electron-instaPy-GUI copied to clipboard
Error: ModuleNotFoundError: No module named 'requests'
All files are in place good to go but it doesnt work ! When i click run : Error: ModuleNotFoundError: No module named 'requests' On the InstaPy GUI.exe (79 mo)
@Thomas-Business Make sure to have it installed with
pip install requests
and
pip3 install requests
try this too python setup.py install
im having the same problem - where would i be running the pip installs?