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

Does the Python version of the [Ray] ray client have to be the same as that of the ray cluster? #49912

Open
Jay-ju opened this issue Jan 17, 2025 · 1 comment
Labels
docs An issue or change related to documentation enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@Jay-ju
Copy link
Contributor

Jay-ju commented Jan 17, 2025

Description

File "/usr/local/lib/python3.10/dist-packages/ray/_private/utils.py", line 1595, in check_version_info
raise RuntimeError(error_message)
RuntimeError: Version mismatch: The cluster was started with:
Ray: 2.39.0
Python: 3.11.9
This process on Ray Client was started with:
Ray: 2.39.0
Python: 3.10.12

No response

Image

Use case

No response

@Jay-ju Jay-ju added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jan 17, 2025
@Jay-ju
Copy link
Contributor Author

Jay-ju commented Jan 21, 2025

need add some docs
ray.init(
address="ray://xxx:10001",
runtime_env={
"working_dir": ".",
"RAY_IGNORE_VERSION_MISMATCH": True,
"pip": ["torch", "lmdb", "mmcv", "shapely"]
},
ignore_reinit_error=True
)

@jcotant1 jcotant1 added the docs An issue or change related to documentation label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs An issue or change related to documentation enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

2 participants