Closed HanYuanHsu closed 1 year ago
What will happen if you try installing ray manually using pip? If it doesn't work, you should probably ask the Ray people. Note that Ray is in beta for Windows: https://docs.ray.io/en/latest/ray-overview/installation.html#windows-support
@Peiyang-Song Did you get similar errors on Windows (WSL)?
@yangky11 I got the following after running pip install -U "ray[default]"
:
ERROR: Could not find a version that satisfies the requirement ray[default] (from versions: none)
ERROR: No matching distribution found for ray[default]
Yeah, I will ask the Ray people.
Maybe you have other packages conflicting with Ray. Creating a new conda environment might help.
No, I didn't encounter this problem on my machine. But I saw before that if you don't have Ray Dashboard or Cluster Launcher, maybe you could try to install ray with minimal dependencies first. I.e., pip install -U "ray"
Hello,
My OS is Windows 11. I forked the repository, cloned it, and tried to install the package by running
pip install .
But then, I got the following error message:I first ran
pip install "pydantic<2"
and I gotHere are the packages I have installed (I ran
pip list
):Even after running
pip install "pydantic<2"
, I still got the same error message after runningpip install .