Speech-enhancement
Speech-enhancement copied to clipboard
ModuleNotFoundError: No module named 'matlab.engine'; 'matlab' is not a package
After I solved the previous problem, I get the following error when running main.py.
However, I have installed matlab.engines in the matlab folder.
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.
What should I do to solve this problem?
@jtkim-kaist
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