We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: