Error using subprocess>_execute_child (line 1311) Python Error: FileNotFoundError: [WinError 2] The system cannot find the file specified
조회 수: 70(최근 30일)
표시 이전 댓글
when i call to my python script from matlab i fet this error:
Error using subprocess>_execute_child (line 1311)
Python Error: FileNotFoundError: [WinError 2] The system cannot find the file specified
Error in subprocess>__init__ (line 858)
Error in utils>mediainfo_json (line 274)
Error in audio_segment>from_file (line 728)
how can i fix it?
댓글 수: 0
답변(1개)
Yongjian Feng
2022년 2월 9일
So figure out what file/package python has trouble to find, figure out where it is, and then add it to the PYTHONPATH env var inside matlab.
댓글 수: 0
참고 항목
범주
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!