-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to open a MATLAB engine session on Windows #167
Comments
which julia version and platform? |
Julia 1.2.0 Windows10 |
Without explicitly calling
to see if Julia will connect to the Matlab engine? |
It reports the error: |
very odd. |
I had to do the following (which is manually/hardcoded for R2020b)
|
Hello,
When calling MSession(), I get the following error on Windows:
ERROR: MEngineError("Failed to open a MATLAB engine session")
in MSession at MATLAB\cVrxc\src\engine.jl:23.
I'm using Matlab R2019b 64 bits. I can start Matlab normally.
I have set the env variable MATLAB_HOME and runned matlab -regserver in a Command Prompt as Administrator.
Anyone knows how to fix this?
The text was updated successfully, but these errors were encountered: