Open kuanb opened 5 years ago
I wonder if this is the result of the recently released update to protobuf
, from 3.7.0 to 3.7.1:
Released on Mar 26: https://pypi.org/project/protobuf/3.7.1/
Yep, confirmed that this is the problem. SS library breaks with update of protobuf
from 3.7.0 to 3.7.1.
I uninstalled 3.7.1 and reinstalled protobuf
, specifying version 3.7.0. SS works again!
Edit: See this comment (https://github.com/sharedstreets/sharedstreets-python/issues/21#issuecomment-487128064), the issue is that
protobuf
was upgraded on Mar 26 from 3.7.0 to 3.7.1. This upgrade breaks SS throwing the below error/traceback.Original content:
In a fresh container I pip install ss:
It install successfully. I then run the following command:
The following error is emitted:
This is the version of ss being used: