I’ve been utilising the prebuilt downloads of mediasoup to help simplify my deployment process (removing the need for build tools in my production docker container build process). This has been great up until 3.13.6, which now fails unless I have python installed in the container (even though it does not need to build since it is using the prebuilt binary).
It’s not exactly clear to me, but my reading of the docs suggest that Python should only be required if building rather than using the prebuilt binary (which corresponds with my experience before 3.13.6). Is there a new requirement that now Python is needed in all cases? Or is there a way to still use the prebuilt binaries without having a requirement for Python on the system?