pyscript icon indicating copy to clipboard operation
pyscript copied to clipboard

missing packages in HA docker

Open trackhacs opened this issue 2 years ago • 3 comments

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?

trackhacs avatar Mar 18 '23 19:03 trackhacs

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

contagon avatar Mar 23 '23 17:03 contagon

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

M0E-lnx avatar Jun 09 '23 14:06 M0E-lnx

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.

JacobLChrzanowski avatar Oct 24 '23 02:10 JacobLChrzanowski