streamlit-webrtc
streamlit-webrtc copied to clipboard
conda install available soon?
I think it's impossible because a dependency of streamlit-webrtc, aiortc is not available through conda. (Releated: https://github.com/aiortc/aiortc/issues/120 )
Actually, when I tried building a conda package from a PyPi streamlit-webrtc package with commands conda skeleton pypi streamlit-webrtc and conda-build streamlit-webrtc following this tutorial, it failed with the error like below:
conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform osx-arm64: {"aiortc[version='>=1.1.2,<2.0.0']"}
Let me know if I missed something.
Consider again as aiortc may have supported arm64 mac: https://github.com/whitphx/streamlit-webrtc/pull/654