Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

[1.18.2] install libatlas-base-dev for numpy #42

Open
bassco opened this issue Jun 18, 2022 · 0 comments
Open

[1.18.2] install libatlas-base-dev for numpy #42

bassco opened this issue Jun 18, 2022 · 0 comments

Comments

@bassco
Copy link

bassco commented Jun 18, 2022

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant