Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac/Windows Version #8

Open
DuzAwe opened this issue Oct 14, 2015 · 12 comments
Open

Mac/Windows Version #8

DuzAwe opened this issue Oct 14, 2015 · 12 comments
Assignees

Comments

@DuzAwe
Copy link

DuzAwe commented Oct 14, 2015

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

@pyskell
Copy link
Owner

pyskell commented Oct 14, 2015

Mac/Windows packages are planned.

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

@halbtuerke
Copy link

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

@pyskell
Copy link
Owner

pyskell commented Oct 14, 2015

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
#8 (comment).

@halbtuerke
Copy link

This will install all dependencies:

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

@pyskell
Copy link
Owner

pyskell commented Oct 14, 2015

Thanks! Added to the README.

@pyskell pyskell self-assigned this Oct 14, 2015
@DuzAwe
Copy link
Author

DuzAwe commented Oct 15, 2015

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

@pyskell
Copy link
Owner

pyskell commented Oct 15, 2015

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
#8 (comment).

@adrianhust
Copy link

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

@pyskell
Copy link
Owner

pyskell commented Oct 16, 2015

@adrianhust Please see issue #11.

@pyskell pyskell closed this as completed Oct 16, 2015
@pyskell pyskell reopened this Oct 16, 2015
@h4r100
Copy link
Contributor

h4r100 commented Jun 11, 2017

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

@ted-piotrowski
Copy link

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!

@pyskell
Copy link
Owner

pyskell commented Jun 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants