Closed jjlawren closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This appears to remain a valid issue.
Yes, it's a valid issue. Was also, present for the Fedora package (but more that there jsonpath-rw
was not up-to-date and released over 5 years ago for the last time).
Home Assistant is strictly pinning the release of the dependency. For hass-cli
I soften them to allow the installation in the same venv
. The pinning causes issues if a dependency is also pinning the requirements. This leads to a race condition during the initialization process.
I will look into it.
Is something going on here? Sometimes I run into conflicts between jsonpath and jsonpath-rw HA's Androidtv component has issues if jsonpath-rw is installed.
I'm not positive this is related to the version of Home Assistant, but I've found the
jsonpath-rw
dependency pulled in by CLI causes runtime conflicts with the HArest
component which depends onjsonpath
: https://github.com/home-assistant/home-assistant/issues/32284.