PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

Fix unable to `import numpy` on some devices #74

Open adamkewley opened 4 months ago

adamkewley commented 4 months ago

Some students report import numpy not working. I investigated the error, which mentions that libopenblas.so not found, or similar, which can be fixed with:

The pbl test suite detects this error, so it probably didn't happen during flash time. What probably did happen is that the students may have pip installed numpy, which brought in a new version that's dependent on libopenblas (older versions weren't)