python-watcherclient requires Python '>=3.6' but the running Python is 2.7.12
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Undecided
|
Unassigned |
Bug Description
When I deploy the devstack of rocky , which contains watcher service,I get an error when installing python-
++inc/python:
++inc/python:
++inc/python:
++inc/python:
Ignoring Django: markers 'python_version == "3.4"' don't match your environment
Ignoring Django: markers 'python_version == "3.5"' don't match your environment
Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment
Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment
Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment
Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.4"' don't match your environment
Ignoring cmd2: markers 'python_version == "3.5"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment
Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment
Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment
Ignoring mypy: markers 'python_version == "3.4"' don't match your environment
Ignoring mypy: markers 'python_version == "3.5"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment
Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment
Obtaining file://
python-
licanwei (li-canwei2) wrote : | #1 |
Min Li (limin0801) wrote : | #2 |
I specified to install the Rocky release of watcher in local.conf:
enable_plugin watcher https:/
But python-
Although I can modify the python-requires in python-
Min Li (limin0801) wrote : | #3 |
I specified the python-
Dantali0n (dantalion) wrote : | #4 |
I suspect the bug is not the python versions with rocky but rather with devstack ignoring your branch preference. I have had the same issue in the past.
Min Li (limin0801) wrote : | #5 |
Add the following content to local.conf to install the Rocky release of the python-
LIBS_FROM_
WATCHERCLIENT_
licanwei (li-canwei2) wrote : | #6 |
There is no WATCHERCLIENT_
Min Li (limin0801) wrote : | #7 |
Please refer:
https:/
# line 76:Using git versions of clients
When the client branch is specified, the suitable client will be installed.
Rocky release supports python 2.7 watcherclient/ setup.cfg?
Could you check if there is 'python-requires = >=3.6' in the file python-
maybe you get the master branch.