Ultimaker / libArcus

Communication library between internal components for Ultimaker software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libArcus can't find python3 in /usr/local/bin for mac

madhuni opened this issue · comments

I have installed python3 in /usr/local/bin on mac and libArcus comaplains of not having correct version of python.
Could NOT find PythonInterp: Found unsuitable version "2.7.10", but required is at least "3.4.0" (found /usr/bin/python)

I am not able to create symlink as well ... because of El Capitan. Is there a way to tell libArcus to find python3 in a particular dir/path?

cmake -DPYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python3 ..