custom-components / pyscript

Pyscript adds rich Python scripting to HASS
Apache License 2.0
854 stars 46 forks source link

missing packages in HA docker #453

Open trackhacs opened 1 year ago

trackhacs commented 1 year ago

running HA within docker, after installing pyscript via HACS i get following errors:

homeassistant  | ERROR: Could not find a version that satisfies the requirement croniter==1.3.4 (from versions: none)
homeassistant  | ERROR: No matching distribution found for croniter==1.3.4

any suggestion how to solve this?

contagon commented 1 year ago

I hit this error occasionally, and it sounds silly, but a container restart usually fixes it for me.

M0E-lnx commented 1 year ago

I'm also having this issue, and have not figured out how to solve it. I have tried installing the missing pip packages from the shell and they do install fine. I'm wondering if pyscript is wanting specific versions that have now been deprecated

JacobLChrzanowski commented 10 months ago

I'm also having this issue, and have not figured out how to solve it. I have tried installing the missing pip packages from the shell and they do install fine. I'm wondering if pyscript is wanting specific versions that have now been deprecated

How are you able to install via pip from the shell? That errors out for me.