https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283
--- Comment #15 from Oleg Sidorkin <osidor...@gmail.com> --- (In reply to vova from comment #14) It's a bit offtopic here, but long story short: HA has ton of dependencies, and often exact versions of dependencies are required. And its plugins want another ton of dependencies. HA tries to install them via pip install. E.g. HA wants numpy==1.26.0 and cannot build it correctly on FreeBSD via pip. I have to patch its requirements to >=1.26.0 for now for it to accept the version from ports. So it is not really ports-friendly. In my opinion it's better to install HA into venv inside a jail, provide some small number of packages that HA cannot install correctly via pip install and let HA to do the rest. -- You are receiving this mail because: You are the assignee for the bug.