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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
According to README.md:
Install dependencies (with python 3.5, 3.6)
the error protobuf requires Python '>=3.7' but the running Python is 3.6.10 after install dependency pip install -r requirements.txt
protobuf requires Python '>=3.7' but the running Python is 3.6.10
pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
This can be solved by first installing protobuf version 3.19.6.
pip install protobuf==3.19.6
It would be better to add the specific version that was used as a requirement. Does anyone know which one was used?
Sorry, something went wrong.
No branches or pull requests
According to README.md:
the error
protobuf requires Python '>=3.7' but the running Python is 3.6.10
after install dependencypip install -r requirements.txt
The text was updated successfully, but these errors were encountered: