Open mmt-10 opened 1 year ago
I installed "pip3 install protobuf==3.19.3". but, "pip3 install -r constraints.txt" shows below error. "ruamel-yaml" is changing to 3.17.3.
ERROR: mypy-protobuf 3.2.0 has requirement protobuf>=3.19.3, but you'll have protobuf 3.17.3 which is incompatible. Installing collected packages: protobuf, ruamel-yaml Attempting uninstall: protobuf Found existing installation: protobuf 3.19.3 Uninstalling protobuf-3.19.3: Successfully uninstalled protobuf-3.19.3 Successfully installed protobuf-3.17.3 ruamel-yaml
I installed "pip3 install protobuf==3.19.3". but, "pip3 install -r constraints.txt" shows below error. "ruamel-yaml" is changing to 3.17.3.