EricssonResearch / cerbero

OpenWebRTC cerbero fork
GNU Lesser General Public License v2.1
19 stars 58 forks source link

cerbero.errors.FatalError: Fatal Error: Mac version 10.12.2 not supported #59

Open 983563622 opened 7 years ago

983563622 commented 7 years ago

Traceback (most recent call last): File "./cerbero-uninstalled", line 8, in from cerbero.main import main File "./cerbero/main.py", line 19, in from cerbero import hacks File "./cerbero/hacks.py", line 132, in from cerbero.utils.shell import call as shell_call File "./cerbero/utils/shell.py", line 42, in PLATFORM = system_info()[0] File "./cerbero/utils/init.py", line 251, in system_info raise FatalError("Mac version %s not supported" % ver) cerbero.errors.FatalError: Fatal Error: Mac version 10.12.2 not supported

nirbheek commented 7 years ago

This is already fixed in the upstream Cerbero. Someone needs to rebase OWRTC Cerbero to match upstream.

983563622 commented 7 years ago

it's very good,thanks!