-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with installing package PyP100 after upgrade to HA 2022.3.0b0 #55
Comments
After trying to manually install PyP100 it looks like problem is with pycryptodome Building wheels for collected packages: PyP100, pycryptodome × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for pycryptodome did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
There is already installed pycryptodome in version 3.14.1. https://wheels.home-assistant.io/alpine-3.14/amd64/ Is it possible to bump required version of pycryptodome? |
I installed manually PyP100 using pip using --nodeps mode and it looks that it looks correct with pycryptodome-3.14.1 |
i have the same problem with my installation wichi command did you run to fix it? |
Fixed in #58 |
Hi,
After upgrade HA to 2022.3.0b0 in logs I see error connected to pypa/pip#10825
2022-02-24 07:41:04 ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package PyP100==0.0.18: warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration.
╰─> Problematic URL: https://wheels.home-assistant.io/alpine-3.14/amd64/
note: This is an issue with the page at the URL mentioned above.
hint: You might need to reach out to the owner of that package index, to get this fixed. See pypa/pip#10825 for context.
ERROR: Cannot install pyp100==0.0.18 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
From Home Assistant side there is general issue home-assistant/home-assistant.io#21766
The text was updated successfully, but these errors were encountered: