transplant icon indicating copy to clipboard operation
transplant copied to clipboard

ERROR when matlab=transplant.Matlab()

Open KevinFang789 opened this issue 3 years ago • 1 comments

when I input the following codes: import transplant matlab=transplant.Matlab() the errror happened: RecursionError: maximum recursion depth exceeded in instancecheck Traceback (most recent call last): File "", line 1, in File "F:\Anaconda\a\envs\py37\lib\site-packages\transplant\transplant_master.py", line 568, in init self.process = Popen(process_arguments, stdin=DEVNULL, stdout=PIPE) File "F:\Anaconda\a\envs\py37\lib\subprocess.py", line 775, in init restore_signals, start_new_session) File "F:\Anaconda\a\envs\py37\lib\subprocess.py", line 1178, in _execute_child startupinfo) FileNotFoundError: [WinError 2] 系统找不到指定的文件。

I used python3.7.3 and Matlab2020a and look forward your help, thx!

KevinFang789 avatar Apr 10 '21 07:04 KevinFang789

Is your matlab executable on your PATH?

bastibe avatar Apr 11 '21 12:04 bastibe