silly-queen-7197
03/07/2023, 12:06 AMFileNotFoundError: [Errno 2] No such file or directory: '/Users/yjabri/.cache/pants/setup/bootstrap-Darwin-arm64/pants.Xbli35/install/lib/python3.9/site-packages/pants/backend/python/subsystems/pytest.lock'
when running ./pants test foo/::
. I've tried deleting ~/.cache/pants
and .pants.d
but no luck. Any idea what might be causing this?.pids
seem to work. Does pants
have anything like a clean command?happy-kitchen-89482
03/07/2023, 12:26 AMpkill -f pantsd
if I want to kill pantsdsilly-queen-7197
03/07/2023, 6:05 PMrm -fr ~/.cache
command because it was taking too long. Today I saw
an error has occurred: InvalidManifestError:
=====> /Users/yjabri/.cache/pre-commit/repoivx6045x/.pre-commit-hooks.yaml is not a file
Check the log at /Users/yjabri/.cache/pre-commit/pre-commit.log
When trying to run pre-commit
. Running rm -fr ~/.cache/pre-commit
resolved that.