BrachioGraph
BrachioGraph copied to clipboard
ImportError: libopenblas.so.0
Today I did a clean install of the last bullseye version (release date: May 3rd 2023) of Raspberry Pi OS Lite on a Raspberry Pi 1 Model B+ specifically for building a BrachioGraph.
I followed the "Raspberry PiOS (tested with Bullseye Lite)" portions of the tutorial where necessary and numpy gave me a ImportError: libopenblas.so.0 when creating a BrachioGraph instance.
I solved it with a sudo apt install libopenblas-dev so maybe that must be added to the Install system packages section of the tutorial.
Everything else went great! Thanks for this project.