FluiddPI
FluiddPI copied to clipboard
[1.18.2] install libatlas-base-dev for numpy
Whilst testing the new version I installed numpy and pandas for resonance and probe accuracy testing. This resulted in an error.
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.9/site-packages/numpy/core/__init__.py", line 23, in <module>
from . import multiarray
File "/home/pi/.local/lib/python3.9/site-packages/numpy/core/multiarray.py", line 10, in <module>
from . import overrides
File "/home/pi/.local/lib/python3.9/site-packages/numpy/core/overrides.py", line 6, in <module>
from numpy.core._multiarray_umath import (
ImportError: libcblas.so.3: cannot open shared object file: No such file or directory
...
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.9 from "/usr/bin/python3"
* The NumPy version is: "1.22.4"
Installing the following package, referenced in the above output, fixed the issue.
sudo apt-get install -y libatlas-base-dev