Closed janiversen closed 1 year ago
Home Assistant relies on the legacy resolver, please add the --use-deprecated legacy-resolver
flag to your pip commands.
For example:
pip install -r requirements_all.txt -c homeassistant/package_constraints.txt --use-deprecated legacy-resolver --upgrade
../Frenck
The problem
On current dev, pip fails:
We should really do something to not allow such conflicts. I presume some of this happened as part of a bump library PR.
Would it be possible to have a special CI action for "bump library PR" that tries to do
This is potentially a runtime problem as well.
What version of Home Assistant Core has the issue?
dev
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
pip
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response