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

Pin protobuf to 3.20.2 on macOS #123197

Merged
merged 1 commit into from Apr 2, 2024
Merged

Pin protobuf to 3.20.2 on macOS #123197

merged 1 commit into from Apr 2, 2024

Conversation

huydhn
Copy link
Contributor

@huydhn huydhn commented Apr 2, 2024

The newer protobuf 5.26.0 releasing on March 13rd is causing failures with test_hparams_* from test_tensorboard in which the stringify metadata is wrong when escaping double quote. For example, https://hud.pytorch.org/pytorch/pytorch/commit/3bc2bb678150e02bfa2552b82572d771a892d0c3. This looks like an upstream issue from Tensorboard where it doesn't work with this brand new protobuf version https://github.com/tensorflow/tensorboard/blob/master/tensorboard/pip_package/requirements.txt#L29

The package has been pinned on Docker https://github.com/pytorch/pytorch/blob/main/.ci/docker/requirements-ci.txt#L155, so it should be pinned on macOS too. We want to eventually just have one requirements.txt file.

The newer protobuf 5.26.0 releasing on March 13rd is causing failures with `test_hparams_*` from `test_tensorboard` in which the stringify metadata is wrong when escaping double quote. For example, https://hud.pytorch.org/pytorch/pytorch/commit/3bc2bb678150e02bfa2552b82572d771a892d0c3.  This looks like an upstream issue from Tensorboard where it doesn't work with this brand new protobuf version https://github.com/tensorflow/tensorboard/blob/master/tensorboard/pip_package/requirements.txt#L29

The package has been pinned on Docker https://github.com/pytorch/pytorch/blob/main/.ci/docker/requirements-ci.txt#L155, so it should be pinned on macOS too.  We want to eventually just have one requirements.txt file.

Fixes #122008
Fixes #121927
Fixes #121946
Pull Request resolved: #121918
Approved by: https://github.com/kit1980
@huydhn huydhn requested a review from atalman April 2, 2024 18:42
@huydhn huydhn requested a review from a team as a code owner April 2, 2024 18:42
Copy link

pytorch-bot bot commented Apr 2, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/123197

Note: Links to docs will display an error until the docs builds have been completed.

❌ 32 New Failures, 21 Unrelated Failures

As of commit e22e17e with merge base 86a2d67 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Apr 2, 2024
@huydhn huydhn changed the title Pin protobuf to 3.20.2 on macOS (#121918) Pin protobuf to 3.20.2 on macOS Apr 2, 2024
@atalman atalman merged commit 8194fae into release/2.3 Apr 2, 2024
40 of 85 checks passed
@atalman atalman deleted the cherry-pick-121918 branch April 2, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants