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

[tune][dashboard] upgrade tensorboardX to 2.6.0 #36643

Merged
merged 10 commits into from
Jun 22, 2023
Merged

Conversation

aslonnie
Copy link
Collaborator

@aslonnie aslonnie commented Jun 21, 2023

which unpins protobuf and uses protobuf>=4

fixes #36658

aslonnie added 3 commits June 21, 2023 12:45
due to protobuf compatibility issue.

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@aslonnie aslonnie marked this pull request as draft June 21, 2023 13:52
@pcmoritz
Copy link
Contributor

Thanks for fixing this! Also ouch we are running into dependency hell:

The conflict is caused by:
--
  | opentelemetry-exporter-opencensus 0.20b0 depends on protobuf>=3.13.0
  | tensorboardx 2.6.1 depends on protobuf>=4.22.3
  | tensorflow 2.11.0 depends on protobuf<3.20 and >=3.9.2
  | The user requested (constraint) protobuf!=3.19.5,>=3.15.3

@pcmoritz
Copy link
Contributor

Even Google's own TensorFlow is running into protobuf hell, quite telling:

tensorflow/tensorflow@84f4092#diff-f526feeafa1000c4773410bdc5417c4022cb2c7b686ae658b629beb541ae9112R100

@aslonnie aslonnie changed the title [tune] Upgrade tensorboardX to 2.6.1 [tune] Upgrade tensorboardX to 2.6.0 Jun 21, 2023
@aslonnie aslonnie changed the title [tune] Upgrade tensorboardX to 2.6.0 [tune][dashboard] upgrade tensorboardX to 2.6.0 Jun 21, 2023
@aslonnie
Copy link
Collaborator Author

@aslonnie aslonnie marked this pull request as ready for review June 21, 2023 20:35
@@ -53,7 +53,7 @@ scikit-image
prometheus_client>=0.7.1
requests
pandas
tensorboardX>=1.9
tensorboardX<=2.6.0,>=1.9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment why we need to pin? so that we can easily get the context for future upgrading.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

aslonnie added 2 commits June 21, 2023 20:38
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Copy link
Collaborator

@can-anyscale can-anyscale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aslonnie
Copy link
Collaborator Author

there are many other tests on master that are breaking now, so I honestly do not really know if this pr's change is breaking the tests even more..

@scv119 , how is your progress on fixing master?

arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
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>
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

Successfully merging this pull request may close these issues.

[dashboard] Dashboard Test is failing due to tensorboardX 's protobuf dependency issue.
4 participants