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
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:
And please make sure you have the latest version of pip
pip install --upgrade pip