Cannot install ray using pip

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

here is the error I got

ERROR: Could not find a version that satisfies the requirement ray[tune] (from versions: none)
ERROR: No matching distribution found for ray[tune]

pip version: 22.1.2
python version: 3.10.4
OS: Ubuntu 22.04 LTS Release: 22.04

@LanceKnight I suggest to try with python 3.9. There is no python version 3.10 in link below.

https://pypi.org/project/ray/

1 Like

It worked. Thank you :slight_smile: