I am on Raspberry Pi 4. Trying to run a script needing Pandas and Numpy. I am getting this error for which I have not found any reference to read and attempt to solve the issue:
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.7 from "/usr/bin/python3" * The NumPy version is: "1.21.4"
and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help.
Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory
Numpy is installed. I did clean up previous installations of Numpy because was giving errors with Pandas. Not sure about what to do anymore to get Numpy and Pandas correctly installed.
The last Numpy installation I did was with python3 -m pip install numpy
How do I solve this issue?