3

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.

fhussonnois
  • 1,607
  • 12
  • 23

2 Answers2

3

Just to be clear everybody, this is not supported in Windows 10 anymore. Can be used Linux, MacoS or others.

0

You may need to build the C++ client if you are on an unusual platform. More platforms have support for the pre-built Python.

We are on 2.10.0 now and the client works in more environments.

If you can't use the Python client, you can try Go, Java, C#, or others.

Pulsar clusters can also accept MQTT, Kafka, Websockets, and other protocols if you need to.

https://pulsar.apache.org/docs/en/client-libraries/

https://github.com/tspannhw/SpeakerProfile

Tim Spann
  • 517
  • 2
  • 6