Deployed MATLAB Application not able to detect Python
조회 수: 1 (최근 30일)
이전 댓글 표시
I have coded a MATLAB application which uses Python. When executing as code, there are no issues and the code is working fine.
But when the same application is deployed as an exe and executed, the application is unable to detect the Python distribution and error is returned.
I am getting the following warning and error
警告: Python コマンドには、サポートされているバージョンの CPython が必要です。「<a href="matlab:helpview([docroot '/matlab/helptargets.map'], 'getting_started_python_interface')">Python を使う</a>」を参照してください。
名前 py.numpy.array を解決できません。
Note : The numpy is working successfully from Python as well as from MATLAB code.
Environment :
MATLAB 2020a
Python 3.7.7 (added to system path)
Windows 10 64 bit
What could be the problem for this ? Appreciate any workarounds.
댓글 수: 2
답변 (0개)
참고 항목
카테고리
Help Center 및 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!