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: cannot open shared object file #2

Open
Pex2892 opened this issue Dec 27, 2020 · 0 comments
Open

libf77blas.so.3: cannot open shared object file #2

Pex2892 opened this issue Dec 27, 2020 · 0 comments
Labels

Comments

@Pex2892
Copy link
Owner

Pex2892 commented Dec 27, 2020

When updating libraries, the following error may occur:

File "/home/pi/.local/lib/python3.7/site-packages/numpy/__init__.py", line 140, in <module>
from . import core
File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 48, in <module>
raise ImportError(msg)
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
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.19.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

To solve the problem on linux, you need to install the following package:
sudo apt-get install libatlas-base-dev

This fix will be added to the README in the next release.

@Pex2892 Pex2892 added bug Something isn't working Fix labels Dec 27, 2020
@Pex2892 Pex2892 closed this as completed Dec 27, 2020
@Pex2892 Pex2892 reopened this Dec 27, 2020
@Pex2892 Pex2892 removed the bug Something isn't working label Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant