-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Using the following code,
from ray_on_aml.core import Ray_On_AML
ray_on_aml = Ray_On_AML(ml_client=ml_client, compute_cluster='rl-agents-cluster')
ray = ray_on_aml.getRay(ci_is_head=True,
num_node=2,
pip_packages=[
"tensorflow==2.11"
]
)
I am getting this error:
RuntimeError: Version mismatch: The cluster was started with:
Ray: 2.2.0
Python: 3.8.10
This process on node 10.2.1.4 was started with:
Ray: 2.3.0
Python: 3.8.5
I checked the source code and the python version is assigned from platform.python_version(). Why is it possible that the python version does not match?
On the other hand, ray version, the ray version of the cluster should be the same of the head node, if it is not specified, shouldn't it?
Any thoughts on why this is happening?
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels