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

[Doc] Add workaround to Serve docs for broken dependency #33136

Merged

Conversation

architkulkarni
Copy link
Contributor

Why are these changes needed?

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of #32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on #33024, thanks @kevin85421 for reporting and opening the PR!

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

kevin85421 and others added 2 commits March 3, 2023 23:50
Signed-off-by: kaihsun <[email protected]>
```

You can downgrade the protobuf package to 3.20.x or lower by using a [runtime environment](runtime-environments).
Copy link
Contributor

Choose a reason for hiding this comment

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

mention that they can also do this in their docker image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, added

Signed-off-by: Archit Kulkarni <[email protected]>
@architkulkarni
Copy link
Contributor Author

Linkcheck failure sciencedirect.com unrelated, merging

@architkulkarni architkulkarni added the tests-ok The tagger certifies test failures are unrelated and assumes personal liability. label Mar 8, 2023
@architkulkarni architkulkarni merged commit b38b45f into ray-project:master Mar 8, 2023
@architkulkarni architkulkarni deleted the serve-example-both-bugs branch March 8, 2023 21:57
architkulkarni added a commit to architkulkarni/ray that referenced this pull request Mar 8, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!
ProjectsByJackHe pushed a commit to ProjectsByJackHe/ray that referenced this pull request Mar 21, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!

Signed-off-by: Jack He <[email protected]>
cadedaniel pushed a commit to cadedaniel/ray that referenced this pull request Mar 22, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!
edoakes pushed a commit to edoakes/ray that referenced this pull request Mar 22, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!

Signed-off-by: Edward Oakes <[email protected]>
peytondmurray pushed a commit to peytondmurray/ray that referenced this pull request Mar 22, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!
zcin pushed a commit that referenced this pull request Mar 27, 2023
) (#33146)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of #32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on #33024, thanks @kevin85421 for reporting and opening the PR!
scottsun94 pushed a commit to scottsun94/ray that referenced this pull request Mar 28, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!
cassidylaidlaw pushed a commit to cassidylaidlaw/ray that referenced this pull request Mar 28, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!
elliottower pushed a commit to elliottower/ray that referenced this pull request Apr 22, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!

Signed-off-by: elliottower <[email protected]>
ProjectsByJackHe pushed a commit to ProjectsByJackHe/ray that referenced this pull request May 4, 2023
…-project#33136)

The protobuf version in the latest Ray ML images is causing issues when importing certain libraries. This is the second sub-issue of ray-project#32775.

This PR adds a runtime_env-based workaround to the Serve examples to unblock users if they run into this issue. We will cherry pick this into the 2.3.1 branch and revert this PR on master once the underlying issue in the images is fixed on master.

This PR is based on ray-project#33024, thanks @kevin85421 for reporting and opening the PR!

Signed-off-by: Jack He <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests-ok The tagger certifies test failures are unrelated and assumes personal liability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants