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
When installing the package with command:
pip install betterproto[compiler]>=2.0.0b4
it will also install the Jinja2 package, but it require the verison: jinja2<3.0.0 and >=2.11.2 which will occur the error when generate the code, you can refer to: /~https://github.com/wechaty/grpc/runs/6096315455?check_suite_focus=true.
Jinja2
So let' upgrad the version of jinja2 in installation with pip.
The text was updated successfully, but these errors were encountered:
Already fixed in eeddc84, you'll need to hold tight for the next release (see #350)
Sorry, something went wrong.
No branches or pull requests
Description
When installing the package with command:
pip install betterproto[compiler]>=2.0.0b4
it will also install the
Jinja2
package, but it require the verison: jinja2<3.0.0 and >=2.11.2 which will occur the error when generate the code, you can refer to: /~https://github.com/wechaty/grpc/runs/6096315455?check_suite_focus=true.So let' upgrad the version of jinja2 in installation with pip.
The text was updated successfully, but these errors were encountered: