Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
animesh opened this issue Oct 11, 2023 · 0 comments
Open

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

animesh opened this issue Oct 11, 2023 · 0 comments
Labels
help wanted Extra attention is needed type / bug Issue type: something isn't working

Comments

@animesh
Copy link

animesh commented Oct 11, 2023

馃悰 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


@animesh animesh added help wanted Extra attention is needed type / bug Issue type: something isn't working labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type / bug Issue type: something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant