streamlit-webrtc icon indicating copy to clipboard operation
streamlit-webrtc copied to clipboard

conda install available soon?

Open nakshatrasinghh opened this issue 4 years ago • 2 comments

nakshatrasinghh avatar Jun 01 '21 08:06 nakshatrasinghh

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.

whitphx avatar Jun 15 '21 17:06 whitphx

Consider again as aiortc may have supported arm64 mac: https://github.com/whitphx/streamlit-webrtc/pull/654

whitphx avatar Mar 28 '22 01:03 whitphx