How to configure Python environment for standalone applications created with MATLAB Compiler?
Mostrar comentarios más antiguos
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?
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!