Greetings, I was trying to install and test pulsar and was actually following instructions from the documentation ( https://pulsar.apache.org/docs/en/standalone-docker/). But when trying to install pulsar-client package for python I am getting the following error message:
ERROR: Could not find a version that satisfies the requirement > pulsar-client (from versions: none) > ERROR: No matching distribution found for pulsar-client > I also tried to install specific versions with, for instance: pip install pulsar-client==2.5.0 But I got the same error message.