Uh oh!
There was an error while loading. Please reload this page.
Odd, will not install on rocky 8 #47
Outsidewall
started this conversation in
General
Replies: 3 comments
Can you run pip with verbose output and post the whole log? |
0 replies
Oh, this is probably because zigpy-cli requires Python 3.8 or newer. Your Linux distribution uses too old of a version. |
0 replies
Yes, its the python version... arhhhhhh |
0 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As from the documentation, all I should need to do is...
pip install zigpy-cli
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-cli
Could not find a version that satisfies the requirement zigpy-cli (from versions: )
No matching distribution found for zigpy-cli
nor (prefered)
pip3 install zigpy-cli
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-cli
Could not find a version that satisfies the requirement zigpy-cli (from versions: )
No matching distribution found for zigpy-cli
Have also tried via a pi
What have I missed?
All reactions