Hello OpenSUSE Forums,
I’m in need of some help, thanks.
Since a recent TW upgrade, I’m unable to run MyPaint, which I use for work. I would love to correct this problem, and the output of my attempt to execute the MyPaint binary is pasted below.
michael@localhost:~> mypaint
INFO: mypaint: Installation layout: conventional POSIX-like structure with prefix '/usr'
Traceback (most recent call last):
File "/usr/lib64/python3.10/site-packages/numpy/core/__init__.py", line 23, in <module>
from . import multiarray
File "/usr/lib64/python3.10/site-packages/numpy/core/multiarray.py", line 10, in <module>
from . import overrides
File "/usr/lib64/python3.10/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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.10/site-packages/numpy/__init__.py", line 141, in <module>
from . import core
File "/usr/lib64/python3.10/site-packages/numpy/core/__init__.py", line 49, 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.10 from "/usr/bin/python3"
* The NumPy version is: "1.24.1"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: libcblas.so.3: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/usr/bin/mypaint", line 293, in <module>
= get_paths()
File "/usr/bin/mypaint", line 241, in get_paths
from lib import fileutils
File "/usr/lib/mypaint/lib/fileutils.py", line 25, in <module>
import lib.helpers
File "/usr/lib/mypaint/lib/helpers.py", line 25, in <module>
from . import mypaintlib
File "/usr/lib/mypaint/lib/mypaintlib.py", line 13, in <module>
from . import _mypaintlib
ImportError: numpy.core.multiarray failed to import
michael@localhost:~>
the output of
‘python3 -V’
is
‘Python 3.10.9’
the output of
‘python -c “import numpy; print(numpy.version)”’
is
‘Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named numpy’
and the installation of package Python310-numpy from openSUSE Software
does not solve my problem after logout / login.
and after logging in again, the output of my request for the numpy version is the same
as above ‘no module named numpy’
I welcome any insights, thank you for reading this far!