livekit / python-sdks

LiveKit real-time and server SDKs for Python
https://docs.livekit.io
Apache License 2.0
74 stars 24 forks source link

don't run builds outside of cibuildwheel #138

Closed theomonnom closed 6 months ago

theomonnom commented 6 months ago

134 #129 was causing issues when loading the FFI binary. This PR fixes it

Now not running the download process inside build_py (only doing it inside cibuildwheel) Also see https://github.com/livekit/rust-sdks/pull/283

theomonnom commented 6 months ago

This should fix https://github.com/livekit/python-sdks/issues/136