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

OSX Install #6

Closed
diimdeep opened this issue Oct 13, 2015 · 2 comments
Closed

OSX Install #6

diimdeep opened this issue Oct 13, 2015 · 2 comments
Assignees

Comments

@diimdeep
Copy link

In requirements.txt cv2 - don't related to opencv and actually don't install anything
There is no explicit mention of opencv in readme.

In the end on OSX I had to:

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

But it's not work for me

('Error:', 'Expected 1 face, found 0 faces. Please make sure your face is in frame, and remove any other things detected as a face from the frame.')

didn't had time to debug

@pyskell
Copy link
Owner

pyskell commented Oct 13, 2015

Please see issue #1. Try the fixes there and let me know if they work or not.

@pyskell pyskell self-assigned this Oct 13, 2015
@pyskell pyskell closed this as completed Oct 14, 2015
@pyskell
Copy link
Owner

pyskell commented Oct 14, 2015

Will reopen if this issue is separate from issue #1. Awaiting clarification.

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

2 participants