You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no_windows_install="MATLAB installation not found in Windows Registry:"
58
58
unsupported_platform="{platform:s} is not a supported platform."
59
59
unsupported_python="{python:s} is not supported. The supported Python versions are {supported:s}."
60
-
set_path="MATLAB installation not found in {path1:s}. Add matlabroot/bin/{arch:s} to {path2:s}."
60
+
unset_env="Environment variable {path1:s} has not been set. Add <matlabroot>/bin/{arch:s} to {path2:s}, where <matlabroot> is the root of a valid MATLAB installation."
61
+
set_path="MATLAB installation not found in {path1:s}. Add <matlabroot>/bin/{arch:s} to {path2:s}, where <matlabroot> is the root of a valid MATLAB installation."
61
62
no_compatible_matlab="No compatible MATLAB installation found in Windows Registry. This release of "+ \
62
63
"MATLAB Engine API for Python is compatible with version {ver:s}. The found versions were"
63
64
no_matlab="No compatible MATLAB installation found in Windows Registry."
0 commit comments