ideo / LaughDetection

MIT License
123 stars 41 forks source link

a couple of problems while trying to follow README #2

Closed stringertheory closed 6 years ago

stringertheory commented 6 years ago

I'm using a virtualenv on OSX with python 3.5. I got a Failed building wheel for pyaudio when trying to pip install -r requirements. Then, I got some syntax errors on the lines of live_inference.py that included the fancy-pants f-strings that are python3.6 newness. I commented those lines out (108, 113, 116) and then when running got an ImportError: No module named 'resampy' (almost certainly related to Failed building wheel for pyaudio). Maybe this is all just because I need to upgrade, upgrade to 3.6?

stringertheory commented 6 years ago

image

will update on whether upgrading python fixes things when this is done...

stringertheory commented 6 years ago

upgrading to python3.6 and using brew install portaudio fixed this!