-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: Beam's licence check is failing #33836
Comments
maybe related https://bugs.launchpad.net/beautifulsoup/+bug/2097262 update: same with beautifulsoup4-4.13.1 |
We probably should not use Python 3.8 with |
I think this is the default python that is running under eclipse-temurin java container. |
Not sure exactly what caused this, but we may want to bump the go-licenses version to the v2 tree instead. (google/go-licenses#270) https://pkg.go.dev/github.com/google/go-licenses/v2?tab=versions That would be my guess to fix the Go side of the problem. Litterally change it to go- https://github.com/apache/beam/blob/master/release/go-licenses/Dockerfile#L23 |
Nevermind, confirmed that it's the same beautiful soup issue, and not this warning from the Go side.
|
Opened #33844 to track upgrading Python. |
What happened?
it looks like moving from beautifulsoup4-4.12.3 to beautifulsoup4-4.13.0 there is missing typing_extensions dependency.
good run
bad run
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: