electron-instaPy-GUI icon indicating copy to clipboard operation
electron-instaPy-GUI copied to clipboard

Error: ModuleNotFoundError: No module named 'requests'

Open Thomas-Business opened this issue 7 years ago • 3 comments

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 avatar Jan 07 '18 12:01 Thomas-Business

@Thomas-Business Make sure to have it installed with

pip install requests and pip3 install requests

timgrossmann avatar Jan 07 '18 18:01 timgrossmann

try this too python setup.py install

preenupaul avatar Jan 08 '18 03:01 preenupaul

im having the same problem - where would i be running the pip installs?

poonasor avatar Jan 13 '19 02:01 poonasor