MATLAB runtime doesn't find shared objects on Linux CentOS7
Ältere Kommentare anzeigen
[RuntimeError: Could not find an appropriate directory for MATLAB or the MATLAB runtime in LD_LIBRARY_PATH. Details: libmwmclmcrrt.so.9.10]
Hi, I have to run some custom functions on Python.
So, I downloaded and installed MATLAB runtime 9.10, and set environment variables. I followed this doc : https://kr.mathworks.com/help/compiler/mcr-path-settings-for-run-time-deployment.html
In closing, I type setup.py on my custom SDK folder and I checked that my custom package installed.
But I can't import reason of this message - [RuntimeError: Could not find an appropriate directory for MATLAB or the MATLAB runtime in LD_LIBRARY_PATH. Details: libmwmclmcrrt.so.9.10]
Python3.7 showed environment variables :

1 Kommentar
Ivan Golovanov
am 1 Mär. 2022
Hi, did you manage to fix it?
Antworten (0)
Kategorien
Mehr zu MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!