Closed staszekj closed 2 years ago
Seems like, for some reason the dev container uses an incorrect pip
version. We require an older pip
version.
Problem root cause was:
After repo cloning I ran in VSCode Remote-Containers: Rebuild and Reopen in Container
then I selected Python3 from the list and that was the main mistake.
How I solved the problem ?
then
web page: localhost:8123 works now :-)
Now in container log I see
WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' com
but this is as it should be.
@frenck for for advice :-)
FWIW if someone runs into the same error when trying to run tox
in this repo: You will need the tox-pip-version
plugin so that tox installs an older pip.
The problem
Hi, Windows, dev branch, VSCode, fresh built devCcontainer. In VSCode I run task:
Install all Requirements
got error:
What version of Home Assistant Core has the issue?
dev branch
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
No response
Link to integration documentation on our website
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response