-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core] ray installed from conda does not include the dashboard #30834
Comments
Hi @YarShev we have work here to fix this issue. @SongGuyang is leading this effort. |
@YarShev Can you check the log of dashboard agent? The log path is /tmp/ray/session_latest/logs/dashboard_agent.log |
|
No more other logs after the traceback? |
Another issue is about this. I think the dashboard frontend should be contained in your installed package if you use a released package by conda. @rkooo567 Do you know the reason about this exception in user side? |
Unfortunately, no. |
Just to let you know that if I install ray-default=2.1.0 from PyPI, everything is okay. |
I wonder when a new release happens in conda-forge? |
@iycheng Who can help to check it? Seems an issue about releasing. |
The issue seems like the frontend is not properly packaged for conda-forge release. I am looking for the owner of the conda-forge release now. |
The dashboard is packaged separately: you need to install ray-dashboard.
The master documentation is wrong, there is no conda package called ray, and installing ray-default does not install the dashboard. See conda-forge/ray-packages-feedstock#82 |
I changed the issue title to reflect the root cause of the failure. |
@mattip So, we only need to explain this in ray documentation and close this issue? |
I will close this. This was fixed in #30237. The latest docs (2.2.0) correctly refer to |
What happened + What you expected to happen
When initializing ray (
ray.init()
call) I get a bunch of outputs.Versions / Dependencies
Ray 2.1.0 (installed from conda-forge)
Python 3.8.15
The issue happens both on
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
and on
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
Reproduction script
import ray
ray.init()
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: