-
I have a conda env with python 3.11.10, and I use the command
|
Beta Was this translation helpful? Give feedback.
Answered by
YAETHeryk
Nov 18, 2024
Replies: 1 comment 1 reply
-
Hey. Are you able to install just |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late reply after the weekend. I fixed the issue by installing Ray with pip instead. Looks like the Conda support for Ray isn't as good.
Since the official Ray docs say: the Conda packages are maintained by the community, not the Ray team. So when using a Conda environment, it’s better to install Ray from PyPI using pip install ray.