You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the MuZero issues and found no similar bug report.
🐛 Describe the bug
I created new venv, then installed per the requirements. When I went to run "python muzero.py" it gave a repeating loop of ray errors.
Add an example
(raylet) /home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/autoscaler/_private/cli_logger.py:57: FutureWarning: Not all Ray CLI dependencies were found. In Ray 1.4+, the Ray CLI, autoscaler, and dashboard will only be usable via `pip install 'ray[default]'`. Please update your install command.
(raylet) warnings.warn(
(raylet) Traceback (most recent call last):
(raylet) File "/home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/new_dashboard/agent.py", line 22, in <module>
(raylet) import ray.new_dashboard.utils as dashboard_utils
(raylet) File "/home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/new_dashboard/utils.py", line 20, in <module>
(raylet) import aiohttp.signals
(raylet) ModuleNotFoundError: No module named 'aiohttp.signals'
(raylet) /home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/autoscaler/_private/cli_logger.py:57: FutureWarning: Not all Ray CLI dependencies were found. In Ray 1.4+, the Ray CLI, autoscaler, and dashboard will only be usable via `pip install 'ray[default]'`. Please update your install command.
(raylet) warnings.warn(
(raylet) Traceback (most recent call last):
(raylet) File "/home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/new_dashboard/agent.py", line 22, in <module>
(raylet) import ray.new_dashboard.utils as dashboard_utils
(raylet) File "/home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/new_dashboard/utils.py", line 20, in <module>
(raylet) import aiohttp.signals
(raylet) ModuleNotFoundError: No module named 'aiohttp.signals'
(raylet) /home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/autoscaler/_private/cli_logger.py:57: FutureWarning: Not all Ray CLI dependencies were found. In Ray 1.4+, the Ray CLI, autoscaler, and dashboard will only be usable via `pip install 'ray[default]'`. Please update your install command.
(raylet) warnings.warn(
(raylet) Traceback (most recent call last):
(raylet) File "/home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/new_dashboard/agent.py", line 22, in <module>
(raylet) import ray.new_dashboard.utils as dashboard_utils
(raylet) File "/home/engrstudent/Documents/repositories/ml_on_preds/muzero-general-master/venv/lib/python3.8/site-packages/ray/new_dashboard/utils.py", line 20, in <module>
(raylet) import aiohttp.signals
(raylet) ModuleNotFoundError: No module named 'aiohttp.signals'
Search before asking
🐛 Describe the bug
I created new venv, then installed per the requirements. When I went to run "python muzero.py" it gave a repeating loop of ray errors.
Add an example
Environment
Here is my system information using 'inxi':
Minimal Reproducible Example
I just ran the command "python muzero.py"
Additional
I manually updated ray using "pip install ray --upgrade" and the warnings (and crashing) went away.
The text was updated successfully, but these errors were encountered: