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
Hey, not sure if this is what you are struggling with, but I was and I want to leave the solution somewhere:
So in my case aim told me: aimrocks.errors.RocksIOError: b'IO error: While lock file: <path>/<id>/LOCK: Resource temporarily unavailable' when trying to resume a run. As you say aim runs close <id> did not work, and --force is not implemented. So the solution I came up with is: aim runs cp <id> --destination . assuming the aim directory is located in the current working directory. This command copies the run from the current aim repository and places it in the same repository (in my case) releasing the locks.
🐛 Bug
We're currently debugging why we can't resume a run. And we noticed that while the code here:
aim/aim/sdk/lock_manager.py
Lines 131 to 135 in a566d4a
recommends to use
aim runs close --force
, the option does not existsTo reproduce
run
aim runs close --force <somerunid>
Environment
Thanks,
Andreas 😃
fyi: @jorenretel
The text was updated successfully, but these errors were encountered: