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

No module named pyvirtualdisplay

Open misterscraper opened this issue 8 years ago • 14 comments

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.

misterscraper avatar Nov 19 '17 08:11 misterscraper

@nicktography Not a GUI problem...

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

timgrossmann avatar Nov 19 '17 19:11 timgrossmann

How can I mend the issue then?

misterscraper avatar Nov 21 '17 02:11 misterscraper

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

timgrossmann avatar Nov 21 '17 02:11 timgrossmann

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

misterscraper avatar Nov 21 '17 02:11 misterscraper

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

timgrossmann avatar Nov 21 '17 02:11 timgrossmann

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)

misterscraper avatar Nov 21 '17 02:11 misterscraper

@nicktography Also try

pip3.5 install pyvirtualdisplay

timgrossmann avatar Nov 21 '17 02:11 timgrossmann

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

misterscraper avatar Nov 21 '17 02:11 misterscraper

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

timgrossmann avatar Nov 21 '17 02:11 timgrossmann

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

misterscraper avatar Nov 21 '17 02:11 misterscraper

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

misterscraper avatar Nov 21 '17 02:11 misterscraper

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

nocomp avatar Nov 26 '17 16:11 nocomp

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

d1ng0 avatar Feb 25 '18 22:02 d1ng0

python -m pip install pyvirtualdisplay

kenita3222 avatar Mar 17 '18 21:03 kenita3222