필터 지우기
필터 지우기

Matlab engine for python not working in Mac

조회 수: 5 (최근 30일)
Ashwin Krishnakumar
Ashwin Krishnakumar 2022년 6월 19일
답변: Ayush 2023년 9월 4일
Hello. I have the same error.
ModuleNotFoundError: No module named 'matlabmultidimarrayforpython'
This is the output when I run "python setup.py install --user" from the folder /Applications/MATLAB_R2021a.app/extern/engines/python . My installation folder.
It seems to install perfectly.
But when I run a script with the following error occurs. This is in a mac machine,
I do not however see .pyd file after matlab python engine.
Requesting your suggestions .

답변 (1개)

Ayush
Ayush 2023년 9월 4일
Kindly post the reproduction steps or the script so that I can reproduce the error on my end.
Generally 'ModuleNotFoundError' occurs when module is not found in the directory.
One way to potentially resolve this issue is to point the "PYTHONPATH" environment variable to the directory containing the install of MATLAB Engine.
You can use the following troubleshooting steps as mentioned in the documentation:
Hope this helps!

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by