Matlab on OSX can't find Python3

조회 수: 3 (최근 30일)
Ben
Ben 2015년 9월 9일
댓글: Ben 2015년 9월 9일
In Matlab 2014b, I have a call to a Python 3 script using the "system" function. This works fine on 2015a/Windows, but on OSX, I get an error "python3: command not found". Typing "python3" in the OSX terminal works fine, and temporarily calling python2 via just "python" also works (but Python stuff breaks, of course). I did notice that there are a few versions of Python 2.x in /usr/bin, but no Python 3.x.
  댓글 수: 1
Ben
Ben 2015년 9월 9일
Figured out the problem: the call to system was using "python myscript.py ...", and the system was dutifully calling the OS's default Python. Changed everything to python3 after changing Matlab's default Python version and things work fine.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by