-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[dashboard] Dashboard Test is failing due to tensorboardX 's protobuf dependency issue. #36658
Comments
The test is pinning |
I tried upgraded |
Unrelated to this test failure, but in general, I think it worths an effort to regularly upgrade our library dependencies, and make sure all the versions won't be too stale (e.g. the pinned version is 6 month stale at the maximum). tensorboardX 3.9.x and protobuf 3.19.x all seems to be more than 1 year old, so it's just a matter of time when the are incompatible with other things that get deprecated. |
and pin everything in tests.. |
This was marked as dupe of #36649 which was a P0, so making this P0 |
Yep both of these suggestions are in line with @krfricke's work towards unifying dependencies across Docker/CI. |
which unpins protobuf and uses protobuf>=4 fixes #36658 --------- Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
which unpins protobuf and uses protobuf>=4 fixes ray-project#36658 --------- Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
What happened + What you expected to happen
https://buildkite.com/ray-project/oss-ci-build-branch/builds/4563#0188de6c-10fd-4fbf-b52f-999140220081
or
https://buildkite.com/ray-project/oss-ci-build-branch/builds/4568#0188df13-0a86-44d2-81a1-86469747982b
Expects test to pass
Versions / Dependencies
current master
Reproduction script
open a blank PR that touches dashboard with a noop change, and one should be able to see the test failure.
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: