Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

[doc] minor/patch version update#48626

Open
pinduzera wants to merge2 commits intoray-project:master
base:master
Choose a base branch
Loading
frompinduzera:patch-1

Conversation

pinduzera
Copy link

Extend explicitly on the documentation that the Python versions of client and server must match up to the Patch version.

Thiscloses#45339

Extend explicitly on the documentation that the Python versions of client and server must match up to the Patch version.Signed-off-by: Eduardo Ochetski Hellas <ehellas@gmail.com>
@jcotant1jcotant1 added the coreIssues that should be addressed in Ray Core labelNov 15, 2024
@staleStale
Copy link

stalebot commentedFeb 1, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

  • If you'd like to keep this open, just leave any comment, and the stale label will be removed.

@stalestalebot added the staleThe issue is stale. It will be closed within 7 days unless there are further conversation labelFeb 1, 2025
@richardliawrichardliaw changed the titleDoc update #45339[doc] minor/patch version updateFeb 1, 2025
@stalestalebot removed the staleThe issue is stale. It will be closed within 7 days unless there are further conversation labelFeb 1, 2025
@richardliawrichardliaw added the goadd ONLY when ready to merge, run all tests labelFeb 1, 2025
@@ -248,7 +248,7 @@ Versioning requirements

Generally, the client Ray version must match the server Ray version. An error will be raised if an incompatible version is used.

Similarly, the minorPython(e.g., 3.6 vs 3.7) must match between the client and server. An error will be raised if this is not the case.
Similarly, the minor (e.g., 3.6 vs 3.7) and patch (e.g. 3.7.17 vs 3.7.16) Python versions must match between the client and server. An error will be raised if this is not the case.
Copy link
Collaborator

Choose a reason for hiding this comment

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

For ray client I think we don't consider patch version:

def _check_versions(self, conn_info: Dict[str, Any], ignore_version: bool) -> None:        # conn_info has "python_version" and "ray_version" so it can be used to compare.        ignore_version = ignore_version or ("RAY_IGNORE_VERSION_MISMATCH" in os.environ)        check_version_info(            conn_info,            "Ray Client",            raise_on_mismatch=not ignore_version,            python_version_match_level="minor",        )

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 dig into this a little deeper? I recently saw an error message

Call to `ray.init()` on the server failed with: Version mismatch: The cluster was started with:    Ray: 2.44.0    Python: 3.12.3This process on node 127.0.0.1 was started with:    Ray: 2.44.0    Python: 3.12.8

which seems to indicate that's actually not the case -- there might be a bug :)

@hainesmichaelchainesmichaelc added the community-contributionContributed by the community labelApr 4, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jjyaojjyaojjyao requested changes

@richardliawrichardliawrichardliaw approved these changes

@crypdickcrypdickcrypdick approved these changes

@maxpumperlamaxpumperlaAwaiting requested review from maxpumperla

@pcmoritzpcmoritzAwaiting requested review from pcmoritzpcmoritz is a code owner

@kevin85421kevin85421Awaiting requested review from kevin85421kevin85421 is a code owner

Requested changes must be addressed to merge this pull request.

Assignees
No one assigned
Labels
community-contributionContributed by the communitycoreIssues that should be addressed in Ray Coregoadd ONLY when ready to merge, run all tests
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[client] Documentation Python version behavior
7 participants
@pinduzera@pcmoritz@jjyao@richardliaw@crypdick@hainesmichaelc@jcotant1

[8]ページ先頭

©2009-2025 Movatter.jp