ahmadudin / electron-instaPy-GUI

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

No module named pyvirtualdisplay #18

Open misterscraper opened 6 years ago

misterscraper commented 6 years ago

I'm getting issues regarding running this.

2017-11-19 08 20 25 am One time it's not responding like abose.

2017-11-19 08 22 56 am Next I'm greeted with this message.

timgrossmann commented 6 years ago

@nicktography Not a GUI problem...

https://github.com/timgrossmann/InstaPy/issues?utf8=✓&q=is%3Aissue%20pyvirtualdisplay

misterscraper commented 6 years ago

How can I mend the issue then?

timgrossmann commented 6 years ago

@nicktography By checking out the Answers to this issue on the InstaPy repository

misterscraper commented 6 years ago

I cannot find any answers regarding the issue I'm getting, when I run InstaPy through terminal it automates perfectly fine with chrome.

timgrossmann commented 6 years ago

@nicktography Ahh ok, you missed this point when you described the problem above. Then it actually might be a problem with the GUI

misterscraper commented 6 years ago

I tried installing the pyvirtualdisplay but then I'm greeted with the following message;

Requirement already satisfied: pyvirtualdisplay in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages Requirement already satisfied: EasyProcess in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from pyvirtualdisplay)

timgrossmann commented 6 years ago

@nicktography Also try

pip3.5 install pyvirtualdisplay

misterscraper commented 6 years ago

I get the same message

Requirement already satisfied: pyvirtualdisplay in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/PyVirtualDisplay-0.2.1-py3.5.egg Requirement already satisfied: EasyProcess in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/EasyProcess-0.2.3-py3.5.egg (from pyvirtualdisplay)

Also, these are all the versions of Python I have installed 2017-11-21 02 41 24 am

timgrossmann commented 6 years ago

@nicktography Have you also installed pyvirtualdisplay for all the versions?

misterscraper commented 6 years ago

I've done pip 2.7, 3.5 and 3.6 and all give me the same as the above message.

misterscraper commented 6 years ago

It seems weird that now I'm greeted with a blank screen and just a spinning circle next to InstaPy running...:/

2017-11-21 02 53 40 am

nocomp commented 6 years ago

hi, when i run it i get this error message: Error: ImportError: No module named requests

any idea how i can fix it? thxx for helping

best regards

d1Ng0 commented 6 years ago

Same here I've installed pyvirtualdisplay for all pip version on my OSX and still getting the same error message. I am using the .dmg package so I don't know how to specify which version of python to run. Any help ? The command line instaPy works fine

kenita3222 commented 6 years ago

python -m pip install pyvirtualdisplay