MichaIng
MichaIng
Or ask the vendor for a public/transparent kernel source repository as a customer 😉.
This one works for all systems: https://github.com/motioneye-project/motioneye?tab=readme-ov-file#installation But you are right, someone needs to find time to cleanup the wiki. Actually I think most of those individual pages can be...
I actually like this new MkDocs material feature to link to individual tabs directly. But before we use them, we should assign reasonable IDs to those tabs, to avoid those...
I am confused that SC2329 was in some v0.9.0 commit, while it was now officially added with v0.11.0? However, with v0.11.0 and on current https://www.shellcheck.net/, the code throws the warning...
Looks like one needs to pass `--system` now if it is installed without virtual environment (it is, as we use `pyenv`, but that one is is not detected as such,...
The problem is `--system` would need to be added to the `uv` call itself, which is in HA code. An alternative is to export `VIRTUAL_ENV`, but it seems along the...
Hmm, the `VIRTUAL_ENV` variable is passed through, but it does not seem to be respected as described here: - https://github.com/astral-sh/uv/issues/1374 - https://github.com/astral-sh/uv/blob/main/docs/pip/environments.md As if the directory would not complain PIP...
Hmm ```console homeassistant@VM-Bookworm:~$ echo $VIRTUAL_ENV /mnt/dietpi_userdata/homeassistant/deps homeassistant@VM-Bookworm:~$ uv pip install pyotp==2.8.0 error: No virtual environment found; run `uv venv` to create an environment, or pass `--system` to install into a...
Thanks @Yougoshatenshi this is exactly what I would have suggested for now :)
Let's see whether there is a different solution than adding an actual `pyenv virtuelenv`: https://github.com/astral-sh/uv/issues/7907