whitphx/streamlit-webrtc

streamlit==1.18.x & streamli-webrtc==0.43.4 are incompatible

yusuf-jkhan1 opened this issue · 1 comments

Clean virtual environment. Python 3.11.1. MacOS Monterey, Apple Silicon.

Steps to recreate:

  1. mkdir example && cd example
  2. python -m venv .venv && source .venv/bin/activate
  3. pip install "streamlit==1.18.1"
  4. pip install -U streamlit-webrtc
    When you import streamlit-webrtc it throws an ImportError:
ImportError: cannot import name 'SessionInfo' from 'streamlit.runtime.runtime'