How to configure Python environment for standalone applications created with MATLAB Compiler?
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!