How to configure Python environment for standalone applications created with MATLAB Compiler?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!