Intel MKL ERROR when callying scipy from Matlab
Ältere Kommentare anzeigen
I am using Matlab R2023a on Ubuntu 22.04.2 LTS. If I call py.scipy.special.roots_jacobi(int8(8),1,1) I get the error message `"Python Error: ValueError: illegal value in argument 11 of internal sbevd". In the terminal where I called Matlab, I have the error "Intel MKL ERROR: Parameter 11 was incorrect on entry to DSBEVD.".
Calling this function directly in python does not yield this error. Does anyone have a hint?
2 Kommentare
Kautuk Raj
am 16 Jun. 2023
There may be a compatibility issue between the version of SciPy you are using and the version of the Intel MKL library that is installed on your system. You could try updating either or both of these components to see if that resolves the issue.
Cybernetics
am 16 Jun. 2023
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!