I cannot install pulsar-client
as it is mentioned in the documentation at all:
pip3 install pulsar-client
Collecting pulsar-client ERROR: Could not find a version that satisfies the requirement pulsar-client (from versions: none) ERROR: No matching distribution found for pulsar-client
pip3 install pulsar-client==2.4.0
Collecting pulsar-client==2.4.0 ERROR: Could not find a version that satisfies the requirement pulsar-client==2.4.0 (from versions: none) ERROR: No matching distribution found for pulsar-client==2.4.0
I am on Windows 10, python 3
version.
tried both python
2 and 3 versions.
After looking all over, i found out that for MacOS, pulsar-client only supports macOS (>= 11.0) with python 3.7, 3.8, 3.9 and 3.10 and Linux (including Alpine Linux) with python 3.7, 3.8, 3.9 and 3.10
To install a specific python:
Create a virtual env with that python version
This worked with no issues on MacOS.