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 2022/04/14 15:02:51 UTC

[GitHub] [pulsar] BewareMyPower commented on pull request #14585: Issue 14583: [python client]: Improve garbage collection of producer/consumer/reader objects

BewareMyPower commented on PR #14585:
URL: https://github.com/apache/pulsar/pull/14585#issuecomment-1099278969

   ```
   Traceback (most recent call last):
     File "pulsar_test.py", line 25, in <module>
       import pulsar
     File "/usr/local/lib/python2.7/dist-packages/pulsar/__init__.py", line 103, in <module>
       from abc import ABC
   ImportError: cannot import name ABC
   ```
   
   It looks like the `ABC` package doesn't exist in Python2, while the CI still uses Python2.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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