foxglove / ws-protocol

Foxglove Studio WebSocket protocol specification and libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python `protobuf` library require (above) specific version

Erol444 opened this issue · comments

Description

Inside foxglove-websocket[examples] you might want to specify above which version protobuf is required, as I had an old version (3.19.4) and it didn't work.

For python protobuf server, it will throw error and tell you to pip install foxglove-websocket[examples], even if this was already executed. After installing latest protobuf (4.21.12) it works as expected.

  • Version: Latest commit f13dded46401b1db166f2ea55bb50edfaccea0c1
  • Platform: Windows

Steps To Reproduce
Install old protobuf version and try to run protobuf_server.py example.

Expected Behavior
To install correct requirements when you are installing them:)

Linear: FG-1005