[protobuf] Re: Error when I run: python setup.py test --cpp_implementation

2016-07-19 Thread Oi Lee
Solution: pip install pytz --upgrade On Tuesday, July 19, 2016 at 9:24:32 AM UTC-6, Oi Lee wrote: > > Had to install python setuptools. But I now have a version conflict. > > pkg_resources.VersionConflict: (pytz 2012d (/usr/lib/python2.7/site- > packages), Requirement.parse('pytz>=2010')) > > Any

[protobuf] Re: Error when I run: python setup.py test --cpp_implementation

2016-07-19 Thread Oi Lee
Had to install python setuptools. But I now have a version conflict. pkg_resources.VersionConflict: (pytz 2012d (/usr/lib/python2.7/site-packages ), Requirement.parse('pytz>=2010')) Any suggestions? On Monday, July 18, 2016 at 4:01:50 PM UTC-6, Oi Lee wrote: > > Using CENToS and protobuf 2.6.1