I keep coming across this error (inconsistently) when I run my scripts on a HPC cluster:
Activating project at `/projects`
ERROR: LoadError: On worker 8:
IOError: open("/user/.julia/logs/manifest_usage.toml.pid", 194, 292): no such file or directory (ENOENT)
Stacktrace:
[1] uv_error
@ ./libuv.jl:100 [inlined]
[2] open
@ ./filesystem.jl:121
[3] tryopen_exclusive
@ /user/software/julia-1.9.3/share/julia/stdlib/v1.9/FileWatching/src/pidfile.jl:188
Does anyone have a clue on how to resolve this? Any help is appreciated!