so I've been trying to pip install ray in a conda environment. Here's the code I use:
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -U ray
I get this error:
ERROR: Could not find a version that satisfies the requirement ray (from versions: none)
ERROR: No matching distribution found for ray
I tried this on a friend's mac, and it worked perfectly fine. Any help would be appreciated.