ImportError: No module named 'matlab.engine'; 'matlab' is not a package (Windows)
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
i've installed MATLAB Engine API for Python (Windows 7) according to
https://de.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html
Matlab-Version: R2018a
Python Version: 3.5.1
Now i'm trying to initialize a connection according to
https://de.mathworks.com/help/matlab/matlab_external/connect-python-to-running-matlab-session.html
What follows is this Error-Message:
ImportError: No module named 'matlab.engine'; 'matlab' is not a package
What works is
import matlab
but not
import matlab.engine
I have two Python installation on the computer and did the above installation for both of them (calling the python.exe from the specific folder, the installation for the python version used was last). Some hints for this problem exist, but only for linux.
Has anybody an idea? Thanks
6 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Call MATLAB from Python in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!