Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR when matlab=transplant.Matlab() #93

Open
KevinFang789 opened this issue Apr 10, 2021 · 1 comment
Open

ERROR when matlab=transplant.Matlab() #93

KevinFang789 opened this issue Apr 10, 2021 · 1 comment

Comments

@KevinFang789
Copy link

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!

@bastibe
Copy link
Owner

bastibe commented Apr 11, 2021

Is your matlab executable on your PATH?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants