Advertisement
Zelatrix

error

Jul 23rd, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. 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
  2. Traceback (most recent call last):
  3. File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 22, in <module>
  4. from . import multiarray
  5. File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/multiarray.py", line 12, in <module>
  6. from . import overrides
  7. File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in <module>
  8. from numpy.core._multiarray_umath import (
  9. ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
  10.  
  11. During handling of the above exception, another exception occurred:
  12.  
  13. Traceback (most recent call last):
  14. File "/home/pi/.local/bin/stressberry-plot", line 10, in <module>
  15. sys.exit(plot())
  16. File "/home/pi/.local/lib/python3.7/site-packages/stressberry/cli/plot.py", line 9, in plot
  17. import dufte
  18. File "/home/pi/.local/lib/python3.7/site-packages/dufte/__init__.py", line 1, in <module>
  19. from .main import legend, show_bar_values, style, style_bar, ylabel
  20. File "/home/pi/.local/lib/python3.7/site-packages/dufte/main.py", line 3, in <module>
  21. import matplotlib as mpl
  22. File "/home/pi/.local/lib/python3.7/site-packages/matplotlib/__init__.py", line 107, in <module>
  23. from . import _api, cbook, docstring, rcsetup
  24. File "/home/pi/.local/lib/python3.7/site-packages/matplotlib/cbook/__init__.py", line 28, in <module>
  25. import numpy as np
  26. File "/home/pi/.local/lib/python3.7/site-packages/numpy/__init__.py", line 150, in <module>
  27. from . import core
  28. File "/home/pi/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 48, in <module>
  29. raise ImportError(msg)
  30. ImportError:
  31.  
  32. IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
  33.  
  34. Importing the numpy C-extensions failed. This error can happen for
  35. many reasons, often due to issues with your setup or how NumPy was
  36. installed.
  37.  
  38. We have compiled some common reasons and troubleshooting tips at:
  39.  
  40. https://numpy.org/devdocs/user/troubleshooting-importerror.html
  41.  
  42. Please note and check the following:
  43.  
  44. * The Python version is: Python3.7 from "/usr/bin/python3"
  45. * The NumPy version is: "1.21.1"
  46.  
  47. and make sure that they are the versions you expect.
  48. Please carefully study the documentation linked above for further help.
  49.  
  50. 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