mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-08 23:02:27 -05:00
ray.init() fails to start the dashboard with new version of setuptools (70.0.0) #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jgtiu on GitHub (May 25, 2024).
Error:
@yuboona commented on GitHub (May 25, 2024):
您的邮件我已收到,将尽快回复!!
@jgtiu commented on GitHub (May 25, 2024):
I was able to fix it on my end by
python3 -m pip install setuptools==69.5.1Suggesting that we add note about this after
python3 -m pip install --upgrade pip setuptools wheelin https://madewithml.com/courses/mlops/setup/@emadahmed97 commented on GitHub (Jun 24, 2024):
@jgtiu did you run this in the cli or add it to cluster_env.yaml? if you added it to cluster_env.yaml did you just run
anyscale job submit deploy/jobs/workloads.yamland it worked after?@jgtiu commented on GitHub (Jun 24, 2024):
@emadahmed97 Ran it in the CLI, and I've never used cluster_env.yaml, since I'm following the "Local" track in the course and not the Anyscale track.
@emadahmed97 commented on GitHub (Jul 3, 2024):
thanks @jgtiu! also curious if you got to this part (https://madewithml.com/courses/mlops/jobs-and-services/#execution_1) and got it to work. I ran it but when i go to the service it just says "unhealthy" and i dont see any logs that shows where it fails. It may be a code error in one of the scripts but i cant see any logs. If you know where to find that would be helpful