jtkim-kaist / Speech-enhancement

Deep neural network based speech enhancement toolkit
GNU General Public License v2.0
211 stars 62 forks source link

ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not a package #14

Open MayMiao0923 opened 5 years ago

MayMiao0923 commented 5 years ago

After I solved the previous problem, I get the following error when running main.py. 捕获22 However, I have installed matlab.engines in the matlab folder. 捕获23 Why is this error happening?At this point, the package I imported is matlab. This is because the following error occurs when I import matlab.engine. 捕获24 What should I do to solve this problem?

MayMiao0923 commented 5 years ago

@jtkim-kaist

jtkim-kaist commented 5 years ago

Please read readme carefully you can solve that problem from https://kr.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html

Thank you