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? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, this is probably because zigpy-cli requires Python 3.8 or newer. Your Linux distribution uses too old of a version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, its the python version... arhhhhhh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to 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?
Beta Was this translation helpful? Give feedback.
All reactions