Hi,
I understand that it’s not possible to have a different python version per job to the same cluster? I just wanted to confirm if that’s true or certain python versions are compatible.
Also, I see this
https://docs.ray.io/en/latest/ray-core/handling-dependencies.html#rte-per-job
- Example: {"packages":["tensorflow", "requests"], "pip_check": False, "pip_version": "==22.0.2;python_version=='3.8.11'"}
Here a python version is specified for a pip version? I’m not sure if this means, that we can choose a different python version?