mathworks / matlab-engine-for-python

Other
69 stars 9 forks source link

Support for MATLAB R2023a #21

Open danielmeer opened 1 year ago

danielmeer commented 1 year ago

Hi, when trying to install the Python package for MATLAB R2023a: python -m pip install matlabengine==9.13.7 or python -m pip install matlabengine

I get following error:

RuntimeError: No compatible version of MATLAB was found. Version R2023a was found, but this feature only supports MATLAB 9.9 (R2020b) through 9.13 (R2022b), inclusive.

Will support for R2023a soon be ready?