ahmadudin / electron-instaPy-GUI

Graphic user interface for https://github.com/timgrossmann/InstaPy
MIT License
267 stars 64 forks source link

Error: ModuleNotFoundError: No module named 'requests' #30

Open Thomas-Business opened 6 years ago

Thomas-Business commented 6 years ago

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)

timgrossmann commented 6 years ago

@Thomas-Business Make sure to have it installed with

pip install requests and pip3 install requests

preenupaul commented 6 years ago

try this too python setup.py install

poonasor commented 5 years ago

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