mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 06:27:02 +08:00
[Dashboard] Add initial version of new dashboard (#5730)
This commit is contained in:
committed by
Robert Nishihara
parent
56ab9a00bb
commit
98dcc1d440
@@ -978,10 +978,11 @@ def start_dashboard(redis_address,
|
||||
try:
|
||||
import aiohttp # noqa: F401
|
||||
import psutil # noqa: F401
|
||||
import setproctitle # noqa: F401
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
"Failed to start the dashboard. The dashboard requires Python 3 "
|
||||
"as well as 'pip install aiohttp psutil'.")
|
||||
"as well as 'pip install aiohttp psutil setproctitle'.")
|
||||
|
||||
process_info = start_ray_process(
|
||||
command,
|
||||
|
||||
Reference in New Issue
Block a user