********************************************************************************************************************* pi@OMV:~ $ stressberry-plot basepi4_1.dat -o basepi4_1.png Traceback (most recent call last): File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 24, in from . import multiarray File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/multiarray.py", line 14, in from . import overrides File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in 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 sys.exit(plot()) File "/home/pi/.local/lib/python3.7/site-packages/stressberry/cli/plot.py", line 9, in plot import matplotlib.pyplot as plt File "/home/pi/.local/lib/python3.7/site-packages/matplotlib/__init__.py", line 139, in from . import cbook, rcsetup File "/home/pi/.local/lib/python3.7/site-packages/matplotlib/cbook/__init__.py", line 32, in import numpy as np File "/home/pi/.local/lib/python3.7/site-packages/numpy/__init__.py", line 142, in from . import core File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 54, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy c-extensions failed. - Try uninstalling and reinstalling numpy. - If you have already done that, then: 1. Check that you expected to use Python3.7 from "/usr/bin/python3", and that you have no directories in your PATH or PYTHONPATH that can interfere with the Python and numpy version "1.18.2" you're trying to use. 2. If (1) looks fine, you can open a new issue at https://github.com/numpy/numpy/issues. Please include details on: - how you installed Python - how you installed numpy - your operating system - whether or not you have multiple versions of Python installed - if you built from source, your compiler versions and ideally a build log - If you're working with a numpy git repository, try `git clean -xdf` (removes all files not under version control) and rebuild numpy. Note: this error has many possible causes, so please don't comment on an existing issue about this - open a new one instead. Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory pi@OMV:~ $ ********************************************************************************************************************* pi@OMV:~ $ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/home/pi/.local/bin pi@OMV:~ $ *********************************************************************************************************************