aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
4.94k stars 299 forks source link

No module named 'aim._sdk.run_status_watcher' #3043

Open animesh opened 8 months ago

animesh commented 8 months ago

🐛 Bug

I am trying to instantiate the watcher but getting this error

pip install -U aim
pip install -U websockets
aim-watcher --repo . start
Traceback (most recent call last):
  File "/home/ash022/mambaforge/envs/catboost/bin/aim-watcher", line 5, in <module>
    from aimcore.cli.watcher_cli import cli_entry_point
  File "/home/ash022/mambaforge/envs/catboost/lib/python3.10/site-packages/aimcore/cli/watcher_cli.py", line 12, in <module>
    from aim._sdk.run_status_watcher import RunStatusWatcher
ModuleNotFoundError: No module named 'aim._sdk.run_status_watcher'

any ideas how to proceed?

Environment

aim version
Aim v4.0.3
python --version
Python 3.10.6
 pip --version
pip 22.3.1 
 uname -a
Linux DMED7596 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux