Skip to content
New issue

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

Python version should >= 3.7 #59

Open
chilin0525 opened this issue May 8, 2023 · 1 comment
Open

Python version should >= 3.7 #59

chilin0525 opened this issue May 8, 2023 · 1 comment

Comments

@chilin0525
Copy link

chilin0525 commented May 8, 2023

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

@chilin0525 chilin0525 changed the title Python version should >= Python version should >= 3.7 May 8, 2023
@japerribay
Copy link

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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants