skip to Main Content

I want to use solace-pubsubplus python api.So I am trying to install solace-pubsubplus in ubuntu:20:04 but I am getting following error:

ERROR: Could not find a version that satisfies the requirement solace-pubsubplus==1.5.0 (from versions: 0.2.0, 0.2.1)
ERROR: No matching distribution found for solace-pubsubplus==1.5.0

can anyone please help me?

2

Answers


  1. Please double check that you are trying to run it in a Supported Environment: https://docs.solace.com/API/API-Developer-Guide/Supported-Environments.htm#Python

    In your case the x86_64 might be tripping you up:

    Linux variants with Linux 2.6 (x86_64) or later

    Login or Signup to reply.
  2. And please make sure you have the latest version of pip
    pip install --upgrade pip

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search