File size: 5,959 Bytes
c011401 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
2025-01-15 18:18:59,165 INFO utils.py:120 -- Get all modules by type: DashboardHeadModule
2025-01-15 18:18:59,250 INFO utils.py:131 -- Module ray.dashboard.modules.actor.actor_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,286 INFO utils.py:131 -- Module ray.dashboard.modules.data.data_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,305 INFO utils.py:131 -- Module ray.dashboard.modules.event.event_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,307 INFO utils.py:131 -- Module ray.dashboard.modules.healthz.healthz_agent cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,307 INFO utils.py:131 -- Module ray.dashboard.modules.healthz.healthz_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,339 INFO utils.py:131 -- Module ray.dashboard.modules.job.job_agent cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,339 INFO utils.py:131 -- Module ray.dashboard.modules.job.job_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,342 INFO utils.py:131 -- Module ray.dashboard.modules.log.log_agent cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,547 INFO utils.py:131 -- Module ray.dashboard.modules.metrics.metrics_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,548 INFO utils.py:131 -- Module ray.dashboard.modules.node.node_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,550 INFO utils.py:131 -- Module ray.dashboard.modules.reporter.reporter_agent cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'opencensus'
2025-01-15 18:18:59,551 INFO utils.py:131 -- Module ray.dashboard.modules.reporter.reporter_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,552 INFO utils.py:131 -- Module ray.dashboard.modules.serve.serve_agent cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,553 INFO utils.py:131 -- Module ray.dashboard.modules.serve.serve_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,553 INFO utils.py:131 -- Module ray.dashboard.modules.serve.serve_rest_api_impl cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,554 INFO utils.py:131 -- Module ray.dashboard.modules.snapshot.snapshot_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,555 INFO utils.py:131 -- Module ray.dashboard.modules.state.state_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,556 INFO utils.py:131 -- Module ray.dashboard.modules.train.train_head cannot be loaded because we cannot import all dependencies. Install this module using `pip install 'ray[default]'` for the full dashboard functionality. Error: No module named 'aiohttp_cors'
2025-01-15 18:18:59,558 INFO utils.py:153 -- Available modules: [<class 'ray.dashboard.modules.usage_stats.usage_stats_head.UsageStatsHead'>]
2025-01-15 18:18:59,558 INFO head.py:189 -- Modules to load: {'UsageStatsHead'}
2025-01-15 18:18:59,558 INFO head.py:192 -- Loading DashboardHeadModule: <class 'ray.dashboard.modules.usage_stats.usage_stats_head.UsageStatsHead'>
2025-01-15 18:18:59,558 INFO head.py:206 -- Loaded 1 modules. [<ray.dashboard.modules.usage_stats.usage_stats_head.UsageStatsHead object at 0x7f5edafb8520>]
2025-01-15 18:18:59,559 INFO head.py:301 -- http server disabled.
2025-01-15 18:18:59,563 INFO usage_stats_head.py:200 -- Usage reporting is disabled.
2025-01-15 18:19:09,515 WARNING dashboard.py:243 -- Exiting with SIGTERM immediately...
|