The mathworks/matlab:r2023b Docker image bundles Python 3.12, but when I try to install matlabengine version 23.2.x it fails because those releases of matlabengine require Python 3.11 or earlier.
Is there any way to install matlabengine v23.2.x with Python 3.12?
The
mathworks/matlab:r2023bDocker image bundles Python 3.12, but when I try to installmatlabengineversion 23.2.x it fails because those releases ofmatlabenginerequire Python 3.11 or earlier.Is there any way to install
matlabenginev23.2.x with Python 3.12?