-
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
ImportError: No module named _snowboydetect #41
Comments
Thanks a lot for the support! It's always good to hear back from users that the project is actually doing them something good :-) Unfortunately we don't have a near-term plan for porting this on to Windows. Windows 10 now has the native bash shell terminal. Will that be helpful for your testing? |
I'll be honest I don't even know what that is? Will that enable me to import the .so file in python? If so and you can tell me how that would be fantastic! For now I'm having to restort to using raw_input and bypassing snowboy, and thats just a shame as I full on love this project. Literally adding new features to my home automation every day :) Just today added the ability to play a film or tv show by name within kodi, and yesterday added the ability to play spotify via mopidy by genre/artist/generic search. Literally having so much fun making everything run so smoothly! Just thought I'd list some of the cool things I've been enabled to do recently just because of your project, to let you guys know what a great job you've done and some examples of the tools you have enabled! :D |
Sounds like a lot of great things are going on in your home :-) Would you like making some videos/demos to show off your project to others? We have a blog that keeps track of the interesting projects developed with Snowboy from developers. We can put your project there as well. See here: https://blog.kitt.ai/2016/08/16/snowboy-has-more-than-1-000-developer-users/ For the bash shell terminal on Windows 10, more details can be found here. It's basically a Linux terminal on Windows systems that can run whatever program that runs on Linux, so it should be able to run Snowboy from Windows as well. But I'm not sure how easy it will be when you integrate this with your existing project on Windows. I haven't tried this by myself, and I haven't developed on Windows machines for a long long time :-( |
I am facing similar issue of ImportError: No module named _snowboydetect. |
Please tell us more details, e.g., what is your platform, what is the os, etc. |
I am on Ubuntu 14.04 - just trying to compile and run the Python wrapper. Thanks |
Hi I've also got problems with Swig and Python. Ubuntu 15.10
|
We don't have a binary for Ubuntu 15.10. Could you try 14.04? Guoguo On Thu, Sep 1, 2016 at 5:19 AM, jurschreuder notifications@github.com
|
Same for me on Ubuntu 16.04
|
Please try Ubuntu 14.04 for now... We compiled it for Ubuntu 14.04 |
It works on Ubuntu 16.04 with the compiled file from the tarball you provide for 14.04. |
OK @Sispheor @jurschreuder, I took a look and it appeared to be a g++ version problem. The Snowboy library was compiled with g++ 4.x, which mostly likely you guys have g++ 5.x on your system. The workaround is to add To add a bit more of explanation (just for the record): |
I'm assuming the issue has been resolved, so closing. |
Is the library supposed to work on Debian8? I am trying to run the demo.py and i am getting this error. |
We did not compile the library on Debian, but most likely the Ubuntu 14.04
version will work. Have you tried the pre-compiled version here:
https://s3-us-west-2.amazonaws.com/snowboy/snowboy-releases/ubuntu1404-x86_64-1.1.0.tar.bz2
…On Tue, Nov 29, 2016 at 8:39 AM, loukaskom ***@***.***> wrote:
Is the library supposed to work on Debian8? I am trying to run the demo.py
and i am getting this error.
Traceback (most recent call last):
File "demo.py", line 1, in
import snowboydecoder
File "/home/loukas/snowboy-master/examples/Python/snowboydecoder.py",
line 5, in
import snowboydetect
ImportError: No module named snowboydetect
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALPfkxKqb6sDd-ileo2AZCHpUS8UoLzuks5rDFVQgaJpZM4JplGw>
.
|
Hello, |
This is a kalliope issue and not snowboy.
We only support x86_64 and arm7 processor currently.
Le 18 mars 2017 7:53 PM, "Nathanha" <notifications@github.com> a écrit :
Hello,
I get the error "ImportError: No module named _snowboydetect" on "kalliope
start" command.
I am on Ubuntu 14.04 LTS with a g++ 4.8, Swig 2.0.11 and python 2.7.6.
My processor is an Intel Atom D510.
Can you help me?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACdEXQsqmp673plMcyiwsCaywyCpHEHvks5rnCgTgaJpZM4JplGw>
.
|
Same here on macOS 10.12.5 |
Can someone, anyone, make an updated video tutorial, or step by step typed out detail tutorial on getting set up on python 3, raspian stretch, rpi zero w. Not one video, or document online is the same, I can't get any to work. |
ubuntu 22.04编译不通过 |
Hi Guys,
First of all, absolutely love the library, using it for a smart home and it's literally the way I get everything to work. I actually run this on a pi 3 which is the interface to all the cool stuff. However I develop on windows (mounted samba from the pi), but unfortunately, I can't test locally first and I have to keep running on the pi and its a bit of a pain. Is there any likelihood that you guys will get it running on windows?
Really so much love for all you've done though, keep up the great work! :D
The text was updated successfully, but these errors were encountered: