Hi,
I’m having issues installing version 1.1.0
ERROR: Could not find a version that satisfies the requirement solace-pubsubplus==1.1.0 (from versions: 0.2.0, 0.2.1)
ERROR: No matching distribution found for solace-pubsubplus==1.1.0
Here’s the info:
Platform: MacOs Sierra 10.12.6
Homebrew version 2.4.9
-
installed python3.7
-
added a softlink
ln -s /usr/local/Cellar/python@3.7/3.7.8_1/bin/python3.7 /usr/local/bin/python3.7
python3.7 -V
python 3.7.8 -
created and utilized a virtual environment
python3.7 -m venv venv37
source venv37/bin/activate
-
pip list versions under that virtualenv (venv37)
pip==21.2.3
setuptools==47.1.0
-
then pip install solace-pubsubplus==1.1.0
The error above is showing. I used 3.7 per Readme guide