matlab_pysdk. runtime Import Error
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Alexander Adeleye
am 19 Jul. 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).
Antworten (1)
Chetan
am 5 Sep. 2023
I understand that you are currently facing an issue while importing the runtime during the compilation of your code into a Python package.
This issue may be occurring due to the presence of whitespaces in the Windows "%temp%" directory path. Specifically, if there are whitespaces in the Windows username, it can lead to white spaces in the "%temp%" directory path.
To resolve this, it is recommended to ensure that the Windows "%temp%" directory path does not contain any spaces. In your case, it seems that the directory "C:\Program Files" contains a space character.
Changing to a directory without spaces in the path can help resolve this issue.
Kindly refer to the following thread for a possible workaround:
The suggested workaround is to move the MATLAB directories to another folder such as “C:/” that does not contain spaces.
I hope these suggestions help you resolve the issue you are facing.
Best regards
Chetan Verma
0 Kommentare
Siehe auch
Kategorien
Mehr zu Python Package Integration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!