Python 3.6 client for aarch64/arm64 Linux? #17994
-
Hi! Can I ask why there's no Python 3.6 client for aarch64/arm64 Linux on PyPI (https://pypi.org/project/pulsar-client/#files)? I have a NVIDIA Jetson Nano and it only has GPU support for Python 3.6, so I tried to compile the Pulsar C++ client from source. I followed instructions from #14673, added I was able to compile Pulsar C++ client from source against Python 3.8 on the same device, and it worked smoothly. I wonder if Pulsar doesn't support Python 3.6 on arm64 devices or maybe I did something wrong? Thanks a lot for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You need to confirm which Boost.Python library did you link when you compiled the Python client. See https://github.com/apache/pulsar-client-python/blob/d14aada9fc418c99f4be58f58289d1b884bcabdc/CMakeLists.txt#L56, it doesn't try to find a Boost.Python for 3.6 |
Beta Was this translation helpful? Give feedback.
-
@swjz We have decided to only support Python versions that are actively maintained: https://endoflife.date/python |
Beta Was this translation helpful? Give feedback.
You need to confirm which Boost.Python library did you link when you compiled the Python client.
See https://github.com/apache/pulsar-client-python/blob/d14aada9fc418c99f4be58f58289d1b884bcabdc/CMakeLists.txt#L56, it doesn't try to find a Boost.Python for 3.6