Open tylerwmarrs opened 1 year ago
downstream consumers can apply the workaround proposed in a method similar to https://github.com/snicker/zwift_hass/pull/38
not sure if @jsmits is still maintaining this library but the best solution is going to require regenerating the pb2 file with a new version of protoc, bumping the release, and redeploying to PyPI
Description
The compiled protobuf files are not compatible with the requirements in the setup.py Changing the version to "protobuf<=3.21.0" resolves the import issue. You may either recompile the protobuf files distributed on build or lock down protobuf version.
What I Did