You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/28 14:19:25 UTC

[GitHub] [pulsar] curtiscook commented on issue #7050: [python] pulsar-client@2.5.2's dep on enum34@1.1.9 may break build systems

curtiscook commented on issue #7050:
URL: https://github.com/apache/pulsar/issues/7050#issuecomment-635379180


   I looked into this, and it appears that 1.1.8 has a breaking change for python27, which caused the 1.1.9 upgrade. https://github.com/apache/pulsar/pull/6401
   
   I think maybe the best course of action is to leave this as-is and hope that enum34 fixes their bug soon. 
   
   In the interim, maybe we keep this issue open for visibility and close it once enum34 fixes their library? It appears to only directly affect package managers (I was able to directly pip install without issue). Additionally should be able to setup.py only requires enum34 during a python2 install
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org