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

Buggy install-dsptoolkit script #58

Open
adamf663 opened this issue Apr 6, 2023 · 3 comments
Open

Buggy install-dsptoolkit script #58

adamf663 opened this issue Apr 6, 2023 · 3 comments

Comments

@adamf663
Copy link

adamf663 commented Apr 6, 2023

  1. sudo apt-get install gcc-aarch64-linux-gnu needs to be added.
  2. reboot needed after running the script, otherwise sigmateltcp dies trying to open spi
@hypnotoad
Copy link

On current raspbian, I cannot confirm the first point, but there is another problem. The script fails with a long back trace due to:

AttributeError: install_layout. Did you mean: 'install_platlib'?

A workaround is to execute it with export SETUPTOOLS_USE_DISTUTILS=stdlib (https://stackoverflow.com/questions/36296134/attributeerror-install-layout-when-attempting-to-install-a-package-in-a-virtual).

@vincss
Copy link
Contributor

vincss commented Jan 14, 2024

Hi,
I also installed gcc because pyalsaaudio wouldn't install.
Then later on it needed alsa-utils for alsactl, so for it to work on OSMC :
sudo apt install alsa-utils gcc

@bkosick
Copy link

bkosick commented Jun 13, 2024

FYI on RPi OS Lite, I had to do this to fix the installer
sudo -H pip3 install pyalsaaudio --break-system-packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants