I'm trying to install this on my M1 Pro Mac with arm64 architecture. However, it looks like it may only be compatible with the previous CPU architecture.
After installing in a conda environment with Python 3.9 installed, using MATLAB_R2022a, and trying import matlab.engine, I get the error:
RuntimeError: Could not find directory: /Applications/MATLAB_R2022a.app/extern/engines/python/dist/matlab/engine/maca64
I can see that a maci64 directory is present in /Applications/MATLAB_R2022a.app/extern/engines/python/dist/matlab/engine/, however.
I'm trying to install this on my M1 Pro Mac with arm64 architecture. However, it looks like it may only be compatible with the previous CPU architecture.
After installing in a conda environment with Python 3.9 installed, using MATLAB_R2022a, and trying
import matlab.engine
, I get the error:I can see that a
maci64
directory is present in/Applications/MATLAB_R2022a.app/extern/engines/python/dist/matlab/engine/
, however.