rusconi / TFT-MoodeCoverArt

Display artwork and some metadata from moode audio on a 240*240 ST7789 TFT
13 stars 9 forks source link

libf77blas.so.3 error when running fresh install of Moode 7.1.0 #5

Open glynneh opened 3 years ago

glynneh commented 3 years ago

Error when running test script... python3 /home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py 'Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory'

Solution... Run the following in SSH...

sudo apt-get install python-scipy sudo apt update sudo apt install libatlas-base-dev

Reboot Rerun test script. Display now works.

Note: I had run 'chmod 777 .sh' as 'sudo chmod 777 .sh' to make the shell scripts executable.

glynneh commented 3 years ago

After a clean install of Moode 7.4.1 I found that the only following line is necessary... sudo apt install libatlas-base-dev