Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pulsar-client couldn't be installed

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.

like image 502
Gurgen Hovhannisyan Avatar asked Sep 05 '25 16:09

Gurgen Hovhannisyan


1 Answers

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

like image 149
Gurgen Hovhannisyan Avatar answered Sep 08 '25 22:09

Gurgen Hovhannisyan