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

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

Open
glynneh opened this issue Apr 26, 2021 · 1 comment
Open

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

glynneh opened this issue Apr 26, 2021 · 1 comment

Comments

@glynneh
Copy link

glynneh commented Apr 26, 2021

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
Copy link
Author

glynneh commented Oct 5, 2021

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

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

1 participant