ahmadudin / electron-instaPy-GUI

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

Error: ImportError: No module named pyvirtualdisplay #49

Open MericFournier opened 6 years ago

MericFournier commented 6 years ago

I get this error when trying the InstaPy GUI for the first time. Then trying "pip install pyvirtualdisplay" but get -->

" Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/s1/9zbmhb_s4tz081cqb5dx7fr40000gn/T/pip-build-uw9QDZ/EasyProcess/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /var/folders/s1/9zbmhb_s4tz081cqb5dx7fr40000gn/T/pip-WmWohk-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/s1/9zbmhb_s4tz081cqb5dx7fr40000gn/T/pip-build-uw9QDZ/EasyProcess/ "

Anyone could help ? :)

@MericFournier

emyabdel commented 6 years ago

same problem

elmissouri16 commented 6 years ago

simply run pip install pyvirtualdisplay

vishnu-m commented 6 years ago

pyvirtualdisplay installed in the virtual environment doesnt help