Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi:~/temp_tests $ stressberry-plot mytest.out -f -d 300 -f -l 400 1600 -t 30 90 -o mytest.png --hide-legend --not-transparent --line-width 2
- Traceback (most recent call last):
- File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 22, in <module>
- from . import multiarray
- File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/multiarray.py", line 12, in <module>
- from . import overrides
- File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in <module>
- from numpy.core._multiarray_umath import (
- ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/home/pi/.local/bin/stressberry-plot", line 10, in <module>
- sys.exit(plot())
- File "/home/pi/.local/lib/python3.7/site-packages/stressberry/cli/plot.py", line 9, in plot
- import dufte
- File "/home/pi/.local/lib/python3.7/site-packages/dufte/__init__.py", line 1, in <module>
- from .main import legend, show_bar_values, style, style_bar, ylabel
- File "/home/pi/.local/lib/python3.7/site-packages/dufte/main.py", line 3, in <module>
- import matplotlib as mpl
- File "/home/pi/.local/lib/python3.7/site-packages/matplotlib/__init__.py", line 107, in <module>
- from . import _api, cbook, docstring, rcsetup
- File "/home/pi/.local/lib/python3.7/site-packages/matplotlib/cbook/__init__.py", line 28, in <module>
- import numpy as np
- File "/home/pi/.local/lib/python3.7/site-packages/numpy/__init__.py", line 150, 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.21.1"
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement