You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Myautsai PAN (JIRA)" <ji...@apache.org> on 2016/04/12 09:48:25 UTC

[jira] [Created] (MESOS-5186) mesos.interface: Allow using protobuf 3.x

Myautsai PAN created MESOS-5186:
-----------------------------------

             Summary: mesos.interface: Allow using protobuf 3.x
                 Key: MESOS-5186
                 URL: https://issues.apache.org/jira/browse/MESOS-5186
             Project: Mesos
          Issue Type: Improvement
          Components: python api
            Reporter: Myautsai PAN
            Priority: Minor


We're working on integrating TensorFlow(https://www.tensorflow.org) with mesos. Both the two require {{protobuf}}. The python package {{mesos.interface}} requires {{protobuf>=2.6.1,<3}}, but tensorflow requires {{protobuf>=3.0.0}} .

As mentioned in https://github.com/google/protobuf/releases/tag/v3.0.0-alpha-1

{quote}
>From v3.0.0, a new language version (proto3) is
introduced while the old version (proto2) will continue to be supported.
{quote}

protobuf 3.x is compatible with protobuf 2.x, so would you please remove the restriction of {{,<3}} to leave it {{protobuf>=2.6.1}} ?

Related code: https://github.com/apache/mesos/blob/66cddaf/src/python/interface/setup.py.in#L29



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)