-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Installation via pip on Raspbian Strech failled #271
Comments
Seems like it was looking at the wrong library. @leosampaio could you take a look? |
I'm having this exact same issue. |
Same issue, any progress? |
any luck? @leosampaio |
Nope. Still having issues both through Pip and Pycharm.
|
Looking at the first error, could you try to make sure you have swig (3.0.10 or above) on your path? |
I have upgraded my swig to 3.0.12 on python 3.6 and still the same issue. pip install works on python 2.7.13 though. Am on Mac OSX. |
Did you get the following error: |
@AMEvers were you using Python 2.7 or Python 3? |
FYI, installing manually (python setup.py install) works fine for me. This in a Py3.5 venv. Only pip throws the error. EDIT: Upon closer inspection, it didn't, but now it does: #304 |
Merged #304 |
This still doesn't work as of now, using pip (python 2.7) |
Have you tried to use it in virtualenv? It's possible that something was messed up. Here are what I did on my osx
and I was able to install it. |
I was able to install using setup.py, but problems with Swig, with atlas, and others ending with snowboy not being able to start because the snowboydetect file not being created pushed me away from snowboy and led me to Snips. This all happened on a fresh installed raspbian stretch ligh raspberry pi 3 mod B. I love the custom hotword generation on Snowboy though, hope I'll be able to try it working once! //close |
OK watch this #383 @Psychokiller1888 |
Thank you! I went around the problem by finding already compiled files that people share on their repos here and there. |
I still am not able to install snowboy by using |
@chenguoguo Could you please publish the latest revision to PyPI, so that snowboy can be installed with |
@eqiihuu please take a look at this. i don't have the bandwidth to check the details now. |
Still an issues... pip3 install snowboy
|
Hi,
Here is my output during a
sudo pip install snowboy
on Raspbian StrechThe text was updated successfully, but these errors were encountered: