whitphx / streamlit-webrtc

Real-time video and audio streams over the network, with Streamlit.
https://discuss.streamlit.io/t/new-component-streamlit-webrtc-a-new-way-to-deal-with-real-time-media-streams/8669
MIT License
1.34k stars 179 forks source link

can't find streamlit_webrtc/frontend/build #399

Closed XiepengLi closed 2 years ago

XiepengLi commented 3 years ago
streamlit.errors.StreamlitAPIException: No such component directory: 'streamlit-webrtc/streamlit_webrtc/frontend/build'
whitphx commented 2 years ago

Please provide more information to reproduce the error.


Are you running your app script under the directory where this repository is cloned to or included in the sys.path?

XiepengLi commented 2 years ago

Please provide more information to reproduce the error.

Are you running your app script under the directory where this repository is cloned to or included in the sys.path?

it works when run out of repository.