Hello,
I am trying to install a new component in Home assistant but I have the following error:
pip install scsgate-new-hardware
Looking in indexes: Simple index, Home Assistant Wheels
ERROR: Could not find a version that satisfies the requirement scsgate-new-hardware (from versions: none)
ERROR: No matching distribution found for scsgate-new-hardware
Can someone help me to find a solution ?
Thanks in advance,
Gianluigi
I have download that packet in my directory but I think is not compatible with the python version. Do you think is possible update the packet to the new python version?
Do you mean you have a local .whl file you want to install? If so, specify the (full) path to that file instead of just a name. Similarly if you have a tar.gz file or an unpacked directory, specifying the path might work.
If the argument doesn’t look like a path (essentially, doesn’t contain a / or \) pip defaults to searching the index.
Or are you getting further error messages beyond what you showed in the first post? If so, which?