Re: [protobuf] PIP install broken on 2.6.0 (out of date python-dateutil 1.5 dependency)

2014-10-03 Thread Danny Hermes
FYI Feng, an issue has been filed: https://github.com/google/protobuf/issues/36 On Tuesday, September 9, 2014 12:50:01 PM UTC-7, Robert Edmonds wrote: I'm pretty sure this is actually a problem in google apputils, which is where the versioned dependency on python-dateutil 2 comes from. I

[protobuf] PIP install broken on 2.6.0 (out of date python-dateutil 1.5 dependency)

2014-09-09 Thread Rich
PIP install fails since 2.6.0 (released 8/25/14) pip install protobuf Traceback (most recent call last): File string, line 17, in module File /Users/burdon/projects/src/alienlaboratories/core/tools/python/build/protobuf/setup.py , line 199, in module ... pkg_resources.VersionConflict:

Re: [protobuf] PIP install broken on 2.6.0 (out of date python-dateutil 1.5 dependency)

2014-09-09 Thread 'Feng Xiao' via Protocol Buffers
Could you help file an issue here: https://github.com/google/protobuf/issues ? On Tue, Sep 9, 2014 at 9:20 AM, Rich rich.bur...@gmail.com wrote: PIP install fails since 2.6.0 (released 8/25/14) pip install protobuf Traceback (most recent call last): File string, line 17, in module File

Re: [protobuf] PIP install broken on 2.6.0 (out of date python-dateutil 1.5 dependency)

2014-09-09 Thread Robert Edmonds
I'm pretty sure this is actually a problem in google apputils, which is where the versioned dependency on python-dateutil 2 comes from. I filed a Debian bug on this about a week ago. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760129 'Feng Xiao' via Protocol Buffers wrote: Could you