Skip to content
New issue

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

installation failed with package version dependency #373

Closed
wj-Mcat opened this issue Apr 20, 2022 · 1 comment
Closed

installation failed with package version dependency #373

wj-Mcat opened this issue Apr 20, 2022 · 1 comment

Comments

@wj-Mcat
Copy link

wj-Mcat commented Apr 20, 2022

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.

@Gobot1234
Copy link
Collaborator

Already fixed in eeddc84, you'll need to hold tight for the next release (see #350)

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

No branches or pull requests

2 participants