Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
34k
stars
5.78k
forks
source link
[Core] No dependency on setuptools results in broken build #36742
Open
mezuzza opened 1 year ago
What happened + What you expected to happen
Importing Ray results in the following exception unless setuptools is installed:
Expectation: No exception is thrown and module initializes without issue.
Versions / Dependencies
Versions:
Reproduction script
pyproject.toml
test.py
Issue Severity
Low: It annoys or frustrates me.