hifiberry / hifiberry-dsp

DSP toolkit
MIT License
138 stars 36 forks source link

Buggy install-dsptoolkit script #58

Open adamf663 opened 1 year ago

adamf663 commented 1 year ago

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 commented 8 months ago

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 commented 7 months ago

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 commented 2 months ago

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