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
MATLAB Engine API for Python can be installed directly from the Python Package Index.
44
44
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
45
45
```bash
46
-
$ python -m pip install matlabengine==26.2.1
46
+
$ python -m pip install matlabengine==26.2.2
47
47
```
48
48
49
49
### macOS
50
50
Prior to installation, check the default install location of MATLAB by calling ```matlabroot``` in a MATLAB Command Window. By default, macOS installs MATLAB at:<br>
51
51
52
52
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
53
-
```/Applications/MATLAB_R2026a.app```
53
+
```/Applications/MATLAB_R2026b.app```
54
54
55
55
When MATLAB is not installed in the default location, the bin/*architecture* directory within the MATLAB root directory must be added to the environment variable DYLD_LIBRARY_PATH. The path can be added to the environment variable within the shell startup configuration file (for example, .bashrc for bash shell or .tcshrc for tcsh).
no_windows_install="MATLAB installation not found in Windows Registry:"
69
73
unsupported_platform="{platform:s} is not a supported platform."
70
74
unsupported_python="{python:s} is not supported. The supported Python versions are {supported:s}."
75
+
unvalidated_python="Detected Python version {python:s} has not been validated with MATLAB Engine API for Python. To avoid unexpected behavior, use one of the validated Python versions: {supported:s}."
71
76
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."
72
77
install_or_set_path="MATLAB {ver:s} installation not found. Install to default location, or add <matlabroot>/bin/{arch:s} to {path:s}, where <matlabroot> is the root of a MATLAB {ver:s} installation."
73
78
no_compatible_matlab="No compatible MATLAB installation found in Windows Registry. This release of "+ \
0 commit comments