-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels