https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256885
--- Comment #48 from Saro <[email protected]> --- I wish to share my experience installing an unmodified Core 2025.12.2 in a Python 3.13 venv. Everything is working just like before, including zwave2js, zigbee2mqtt, esphome, Bluetooth proxy, and so forth. There are two dependency issues to address: 1. pynacl 1.6.0 requires substituting 'make' with 'gmake'. Version 1.6.1 has resolved this issue. More information: https://github.com/pyca/pynacl/issues/899 and https://github.com/pyca/pynacl/pull/895 2. pyav 16.0.1 requires ffmpeg => 7.0 while multimedia/ffmpeg is currently at 6.1.2. I was able to install 8.0.1 through bug #278705. Once you install these dependencies separately, the rest of the Core installation proceeds smoothly. -- You are receiving this mail because: You are on the CC list for the bug.
