I am encountering a TypeError when trying to use version 1.0.0rc5 of livekit-agents. These are the steps to reproduce:
- Create a Python virtual environment
- Install the
livekit-agents release candidate package with pip
- Run
python -m livekit.agents.__init__
The following error occurs:
TypeError: typing.Optional requires a single type. Got <google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object at 0x7f98526007f0>.
Environment:
- Python version: 3.10.16
- OS: Debian GNU/Linux 11 (bullseye)