Intel MKL ERROR when callying scipy from Matlab
Mostrar comentarios más antiguos
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 comentarios
Kautuk Raj
el 16 de Jun. de 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
el 16 de Jun. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Call Python from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!