What does MATLAB python engine fail to load from within Spyder or after certain other modules loaded?
조회 수: 8 (최근 30일)
이전 댓글 표시
I am running MATLAB 2015a and Python 3.4.3 (installed via Anaconda) on Linux (Redhat 4.4.7-1). I have installed the MATLAB engine for Python and when running Python from the terminal, I can import and use the engine. However, if I try to import the engine from within Spyder, I get the following error: "ImportError: No module named 'matlabengineforpython3_4'" . Also, from Python running in a terminal, if I first import scipy.io and then matlab.engine, I get the same error.
댓글 수: 0
답변 (1개)
Bo Li
2016년 12월 9일
Looks like conflict of libraries, maybe running Python with verbose mode (python -vvv) can provide more details.
댓글 수: 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!