Installation of Matlab Engine API Error: The installation of MATLAB is corrupted.
7 ビュー (過去 30 日間)
古いコメントを表示
I'm running on Windows 10, Python 3.10.6, MATLAB R2022b
I'm trying to install the MATLAB Engine API from these instructions. https://www.mathworks.com/help/matlab/matlab_external/python-setup-script-to-install-matlab-engine-api.html
I've tried from both the MATLAB Command Window, and from the CMD terminal and in both cases I recieve the following error message output
running build
running build_py
error: The installation of MATLAB is corrupted. Please reinstall MATLAB or contact Technical Support for assistance.
MATLAB is fine, reinstalling doesn't fix the issue and gives the same error. MATLAB runs on its own without a problem.
Is there a compatibility issue or something I am missing?
0 件のコメント
採用された回答
Suchitra
2022 年 12 月 6 日
Hello Peter,
From your question I can understand that you are facing an issue while installing MATLAB Engine for Python.
In order to address this issue, MATLAB Engine for Python must be installed as documented. The installation procedure will not work correctly if you do not cd into the matlabroot/extern/engines/python directory and run
python setup.py install
or if you first copied this directory to some other location and then cd-ed into there.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!