Open kadisi opened 2 days ago
Try installing setuptools (pip install setuptools
) before building Ray's source
Try installing setuptools (
pip install setuptools
) before building Ray's source
hi @shreyass-ranganatha , before i exec pip install -e . --verbose
, i have install setuptools
and also exec pip install -c python/requirements_compiled.txt -r python/requirements/lint-requirements.txt
command to install the requirements.
but i still error.
Hi @kadisi what's your compiler version?
What happened + What you expected to happen
when i build ray from sourcecode , it output errror:
Versions / Dependencies
ray tag: 2.39.0
Reproduction script
Issue Severity
High: It blocks me from completing my task.