Actually when reading https://pulsar.apache.org/docs/en/client-libraries-python/ I actually discovered that I was using an unsupported Python version (3.8). Downgrading Python worked well. Sorry for bothering 🙈
Em qui., 13 de fev. de 2020 Ã s 09:04, Gianluigi Dal Toso < gianluigi.t...@gmail.com> escreveu: > 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. >