slouchy icon indicating copy to clipboard operation
slouchy copied to clipboard

Mac/Windows Version

Open DuzAwe opened this issue 10 years ago • 12 comments

Mac/Windows Version or at least an install guide for those platforms

DuzAwe avatar Oct 14 '15 08:10 DuzAwe

Mac/Windows packages are planned.

As it stands though it's perfectly runnable on Mac and Windows by following the same install process.

pyskell avatar Oct 14 '15 15:10 pyskell

I have installed all dependencies via Homebrew and everything works out of the box. For OpenCV you need the science tap:

brew tap homebrew/science
brew install opencv

halbtuerke avatar Oct 14 '15 15:10 halbtuerke

Do you have the entire set of commands you used to install on Mac?

I can add those to the README. On Oct 14, 2015 11:41 AM, "Patrick" [email protected] wrote:

I have installed all dependencies via Homebrew and everything works out of the box. For OpenCV you need the science tap:

brew tap homebrew/science brew install opencv

— Reply to this email directly or view it on GitHub https://github.com/pyskell/slouchy/issues/8#issuecomment-148089800.

pyskell avatar Oct 14 '15 15:10 pyskell

This will install all dependencies:

brew tap homebrew/science
brew install python qt pyqt opencv
pip install -r requirements.txt

halbtuerke avatar Oct 14 '15 16:10 halbtuerke

Thanks! Added to the README.

pyskell avatar Oct 14 '15 16:10 pyskell

Just to run on the back of this. Following homebrew ect.

My terminal spits this out

Traceback (most recent call last): File "/Users/conorhughes/Downloads/slouchy-master/slouchy.py", line 8, in from config import setup File "/Users/conorhughes/Downloads/slouchy-master/config.py", line 1, in from configobj import ConfigObj ImportError: No module named configobj

DuzAwe avatar Oct 15 '15 08:10 DuzAwe

You need to pip install -r requirements.txt On Oct 15, 2015 4:48 AM, "DuzAwe" [email protected] wrote:

Just to run on the back of this. Following homebrew ect.

My terminal spits this out

Traceback (most recent call last): File "/Users/conorhughes/Downloads/slouchy-master/slouchy.py", line 8, in from config import setup File "/Users/conorhughes/Downloads/slouchy-master/config.py", line 1, in from configobj import ConfigObj ImportError: No module named configobj

— Reply to this email directly or view it on GitHub https://github.com/pyskell/slouchy/issues/8#issuecomment-148321184.

pyskell avatar Oct 15 '15 12:10 pyskell

File "/Users/git/slouchy/main.py", line 3, in import cv2 ImportError: dlopen(/usr/local/lib/python2.7/site-packages/cv2.so, 2): Library not loaded: /usr/local/lib/libpng16.16.dylib Referenced from: /usr/local/Cellar/opencv/2.4.12/lib/libopencv_highgui.2.4.dylib Reason: Incompatible library version: libopencv_highgui.2.4.dylib requires version 35.0.0 or later, but libpng16.16.dylib provides version 34.0.0

adrianhust avatar Oct 16 '15 16:10 adrianhust

@adrianhust Please see issue #11.

pyskell avatar Oct 16 '15 16:10 pyskell

For Mac: https://github.com/Coolforlife/slouchy/blob/master/macPreInstall.py Imports the same packages as the ReadMefile

h4r100 avatar Jun 11 '17 08:06 h4r100

If installation is complicated, https://slouchcam.com is a web based slouching app that works in the latest Chrome, Firefox and Safari Developer Preview 11.0. No installation required. Cheers!

ted-piotrowski avatar Jun 18 '17 09:06 ted-piotrowski

At first glance I was kind of annoyed that someone was using my project's bug tracker to advertise. But I tried it out and it actually works quite well. So best of luck with slouchcam @ted-piotrowski

pyskell avatar Jun 18 '17 14:06 pyskell