matlab_pysdk. runtime Import Error
Mostrar comentarios más antiguos
File "C:\Program Files\MATLAB\MATLAB Runtime\R2022b\toolbox\compiler_sdk\pysdk_py\matlab_pysdk\runtime\deployablefunc.py", line 80, in __call__
nlhsWasSpecified, stdoutObj, stderrObj).result()
File "C:\Program Files\MATLAB\MATLAB Runtime\R2022b\toolbox\compiler_sdk\pysdk_py\matlab_pysdk\runtime\futureresult.py", line 71, in result
from matlab_pysdk.runtime import NumberOfOutputArgumentsError
ImportError: cannot import name 'NumberOfOutputArgumentsError' from 'matlab_pysdk.runtime' (C:\Program Files\MATLAB\MATLAB Runtime\R2022b\toolbox\compiler_sdk\pysdk_py\matlab_pysdk\runtime\__init__.py)
4 comentarios
Hossein Davari
el 8 de Jul. de 2022
I am having the same issue.
Kojiro Saito
el 14 de Jul. de 2022
Are you trying with R2022b prerelase version? And what your MATLAB code before compiling to Python package?
Which MATLAB version? What your MATLAB code before compiling to Python package?
Najmudeen Sibaweihi
el 14 de Jul. de 2022
Alexander Adeleye
el 19 de Jul. de 2022
I am also having this issue. I'm running Matlab R2021b and am compiling the code into a Python package with the R2021b version of Matlab runtime (v9.11).
Respuestas (0)
Categorías
Más información sobre Call Python from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!