Python 3.10.12
Ergebnis des Python-Skripts:
Berechnung der Wahrscheinlichkeiten gestartet um: 16:18:34
Schritt 1 abgeschlossen um 16:18:34
Schritt 2 abgeschlossen um 16:18:35
Schritt 3 abgeschlossen um 16:18:36
Schritt 4 abgeschlossen um 16:18:37
Schritt 5 abgeschlossen um 16:18:38
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/psutil/_common.py", line 397, in wrapper
return cache[key]
KeyError: (('/proc',), frozenset())
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 303, in
set_scputimes_ntuple("/proc")
File "/usr/lib/python3/dist-packages/psutil/_common.py", line 399, in wrapper
ret = cache[key] = fun(*args, **kwargs)
File "/usr/lib/python3/dist-packages/psutil/_pslinux.py", line 270, in set_scputimes_ntuple
with open_binary('%s/stat' % procfs_path) as f:
File "/usr/lib/python3/dist-packages/psutil/_common.py", line 711, in open_binary
return open(fname, "rb", **kwargs)
PermissionError: [Errno 13] Permission denied: '/proc/stat'
/www/htdocs/w00acfa4/.local/lib/python3.10/site-packages/sklearn/utils/_param_validation.py:14: UserWarning: A NumPy version >=1.23.5 and <2.3.0 is required for this version of SciPy (detected version 1.21.5)
from scipy.sparse import csr_matrix, issparse
RuntimeError: module was compiled against NumPy C-API version 0x10 (NumPy 1.23) but the running NumPy has C-API version 0xe. Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem.
Traceback (most recent call last):
File "/www/htdocs/w00acfa4/ki/2/predict_db_260.py", line 21, in
File "/www/htdocs/w00acfa4/.local/lib/python3.10/site-packages/sklearn/__init__.py", line 74, in
from .utils._show_versions import show_versions # noqa: E402
File "/www/htdocs/w00acfa4/.local/lib/python3.10/site-packages/sklearn/utils/_show_versions.py", line 16, in
from ._openmp_helpers import _openmp_parallelism_enabled
ImportError: libgomp-a34b3233.so.1.0.0: cannot open shared object file: No such file or directory