[ 
https://issues.apache.org/jira/browse/MESOS-5186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Myautsai PAN updated MESOS-5186:
--------------------------------
    Description: 
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}} . Though protobuf 3.x is not compatible with protobuf 2.x, 
but anyway we modify the {{setup.py}} 
(https://github.com/apache/mesos/blob/66cddaf/src/python/interface/setup.py.in#L29)
from {{'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1,<3' ],}} 
to {{'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1' ],}}

Anyway it works fine. Would you please consider support protobuf 3.x officially 
in the next release? Maybe just remove the {{,<3}} restriction?


  was:
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}} . Though protobuf 3.x is not compatible with protobuf 2.x, 
but anyway we modify the {{setup.py}} 
(https://github.com/apache/mesos/blob/66cddaf/src/python/interface/setup.py.in#L29)
from {{'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1,<3' ],}} 
to {{'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1' ],}}

Anyway it works fine. Would you please consider support protobuf 3.x officially 
in the next release?



> 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
>              Labels: easyfix
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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}} . Though protobuf 3.x is not compatible with 
> protobuf 2.x, but anyway we modify the {{setup.py}} 
> (https://github.com/apache/mesos/blob/66cddaf/src/python/interface/setup.py.in#L29)
> from {{'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1,<3' 
> ],}} to {{'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1' ],}}
> Anyway it works fine. Would you please consider support protobuf 3.x 
> officially in the next release? Maybe just remove the {{,<3}} restriction?



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

Reply via email to