custom-components / pyscript

Pyscript adds rich Python scripting to HASS
Apache License 2.0
892 stars 47 forks source link

Croniter version conflict #569

Closed dapuzz closed 4 months ago

dapuzz commented 10 months ago

Hi the croniter version keeps to be overritten by the standard components/utility_meter/manifest.json: "requirements": ["croniter==1.0.6"]

So every boot the system keep to install first version than the one from pyscript /usr/local/bin/python3 -m pip install --quiet croniter==1.0.6 /usr/local/bin/python3 -m pip install --quiet croniter==1.3.8

Is this version really needed? Does the utility_meter will upgrade the croniter requirements?

Thank you

rtasarz commented 7 months ago

As of 2024.4 croniter requirement by utility_meter got bumped up to 2.0.2 so version mismatch continues. From what I've observed right now croniter is reinstalled with alternate version after each HA restart.