How to configure Python environment for standalone applications created with MATLAB Compiler?
Ältere Kommentare anzeigen
I have some MATLAB code that calls Python. I have compiled it into a standalone application with MATLAB Compiler. But when I deployed the app to my end client's machine, the app couldn't find Python. It reports the error:
Python commands require a supported version of CPython. See <a
href="matlab:helpview([docroot '/matlab/helptargets.map'],
'getting_started_python_interface')">Getting Started with Python</a>.
We have Python installed on the client's machine. How to set up Python for the standalone application?
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!