We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug
I am trying to instantiate the watcher but getting this error
any ideas how to proceed?
Environment
The text was updated successfully, but these errors were encountered: