-
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
Error in demo.py on Raspberry Pi #94
Comments
Chances are you are missing a dependency sudo apt-get install libatlas-base-dev Give that a shot and then run it again. |
Thank you that helped! also I installed (don't know do I needed it really) sudo apt-get install alsa-tools alsa-utils and added my user to the audio group: sudo usermod -a -G audio <user> |
It is not working for me. After try to install libatlas-base-dev I got:
I tried this libatlas-dev, that asked for another and another. Finally, I got:
And I can't proceed. Can't install this libblas3 anymore:
That is my sources.list:
And my system version:
Any help is welcome here :) Thanks in advance. |
It doesn't look like a Snowboy problem. Perhaps you messed your OS up? You
could try to update the software source and perform the installation again.
Guoguo
…On Tue, Aug 8, 2017 at 8:49 AM, Marcelo Bissaro ***@***.***> wrote:
It is not working for me. After try to install libatlas-base-dev I got:
$ sudo apt-get install libatlas-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libatlas-base-dev : Depends: libatlas-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried this libatlas-dev, that asked for another and another. Finally, I
got:
$ sudo apt-get install libblas-dev libatlas-dev libatlas-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libblas-dev : Depends: libblas3 (= 1.2.20110419-5) but 1.2.20110419-10 is to be installed
E: Unable to correct problems, you have held broken packages.
And I can't proceed. Can't install this libblas3 anymore:
$ sudo apt-get install libblas3 libblas-dev libatlas-dev libatlas-base-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libblas3 is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libblas-dev : Depends: libblas3 (= 1.2.20110419-5) but 1.2.20110419-10 is to be installed
E: Unable to correct problems, you have held broken packages.
That is my sources.list:
$ sudo cat /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
And my system version:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 8.0 (jessie)
Release: 8.0
Codename: jessie
Any help is welcome here :)
Thanks in advance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALPfk7FeZ0tyz2W2vH04tNIyRYqpS4NMks5sV7CGgaJpZM4LXICd>
.
|
It made my initial error go away but the next error was
|
Did you |
Thanks you know I must be an idiot because I didn't see swig (I was looking in the unzipped .tar.bz.gz?) but I understand now that the project docs I'm following are out of date. They no longer use snowboy in the new Google AIY custom hot word fork for Pi so I will jump off this thread thanks for your help
Sent from Blue
…On Feb 21, 2018, 5:08 PM, at 5:08 PM, Guoguo Chen ***@***.***> wrote:
Did you `make` under `swig/Python` or `swig/Python3`?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#94 (comment)
|
Could you post the repository fork? Thanks a lot. @hack-r |
@chenguoguo sure I was referring to https://github.com/shivasiddharth/GassistPi/ |
Try: |
Hi!
I get an error when I run following command on RPi:
Traceback (most recent call last):
File "demo.py", line 1, in
import snowboydecoder
File "/home/pirate/rpi-arm-raspbian-8.0-1.1.0/snowboydecoder.py", line 5, in
import snowboydetect
File "/home/pirate/rpi-arm-raspbian-8.0-1.1.0/snowboydetect.py", line 28, in
_snowboydetect = swig_import_helper()
File "/home/pirate/rpi-arm-raspbian-8.0-1.1.0/snowboydetect.py", line 24, in swig_import_helper
_mod = imp.load_module('_snowboydetect', fp, pathname, description)
ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
How can fix the issue?
The text was updated successfully, but these errors were encountered: