You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently when I try to install Grocy component I'm getting error:
Logger: homeassistant.util.package
Source: util/package.py:98
First occurred: 12:22:02 (3 occurrences)
Last logged: 12:22:14
Unable to install package pygrocy==1.4.1: ERROR: Will not install to the user site because it will lack sys.path precedence to pydantic in /snap/home-assistant-snap/527/lib/python3.10/site-packages
this is related to pygrocy 1.4.1 require older version od pydantic which is already installed. This has been resolved here:
I'm not 💯 but it seems that the upgrade to pygrocy 1.5.0 will cause issues with timezone support for the execute_chore service (see #252 for details). Still 🕵️ as my python is a bit rusty (barely used).
Hello,
currently when I try to install Grocy component I'm getting error:
this is related to pygrocy 1.4.1 require older version od pydantic which is already installed. This has been resolved here:
SebRut/pygrocy@6d5dae7#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
in pygrocy 1.5.0 release.
Thanks
The text was updated successfully, but these errors were encountered: