Ray 1.5 dashboard not working

So I upgraded to 1.5.0 to see whether the “dashboard all white” bug still exists.
Instead, dashboard does not start at all:

$ ray start -v --block --head --dashboard-host 0.0.0.0
Local node IP: 192.168.xx.yy
2021-07-31 00:36:21,934 ERROR services.py:1254 – Failed to start the dashboard: Failed to start the dashboard, return code 1. The last 10 lines of /tmp/ray/session_2021-07-31_00-36-21_233510_49/logs/dashboard.log:
File “/opt/xxxx/lib/python3.9/asyncio/base_events.py”, line 642, in run_until_complete
return future.result()
File “/opt/xxxx/lib/python3.9/site-packages/ray/new_dashboard/dashboard.py”, line 118, in run
await self.dashboard_head.run()
File “/opt/xxxx/python3.9/site-packages/ray/new_dashboard/head.py”, line 61, in run
self.aioredis_client = await dashboard_utils.get_aioredis_client(
File “/opt/xxxx/lib/python3.9/site-packages/ray/new_dashboard/utils.py”, line 662, in get_aioredis_client
return await aioredis.create_redis_pool(
AttributeError: module ‘aioredis’ has no attribute ‘create_redis_pool’

…I can’t seem to find a matching issue on GitHub for this?

Thanks!

1 Like

I am seeing this as well for python3.8, ray==1.5.0, can follow up with more details if helpful

In ray 2.0, we made the previous experimental dashboard the new default dashboard with a lot of stability fixes for dashboard. Could you try to upgrade to 2.0 and see if you are still running into this issue?