tuteng opened a new issue #6400: Cpp python test failed
URL: https://github.com/apache/pulsar/issues/6400
 
 
   **Describe the bug**
   Python test failed:
   ```
   You should consider upgrading via the 'pip install --upgrade pip' command.
   ---- Running Python unit tests
   /tmp /pulsar/pulsar-client-cpp/python /pulsar/pulsar-client-cpp
   Traceback (most recent call last):
     File "pulsar_test.py", line 26, in <module>
       from pulsar import Client, MessageId, \
     File "/usr/local/lib/python2.7/dist-packages/pulsar/__init__.py", line 
109, in <module>
       from pulsar import schema
     File "/usr/local/lib/python2.7/dist-packages/pulsar/schema/__init__.py", 
line 21, in <module>
       from .definition import *
     File "/usr/local/lib/python2.7/dist-packages/pulsar/schema/definition.py", 
line 21, in <module>
       from enum import Enum, EnumMeta
   ImportError: No module named enum
   ##[error]Process completed with exit code 1.
   ```
   
   **To Reproduce**
   https://github.com/apache/pulsar/pull/6392/checks?check_run_id=461910053
   
   **Expected behavior**
   Test pass
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - Github action
   
   **Additional context**
   Add any other context about the problem here.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to