I was using JLD2 package to save my data properly as below:
save("path/to/file.jld2", "N", N)
now I started to have this error:
ERROR: LoadError: IOError: mkdir("./../output"; mode=0o777): permission denied (EACCES)
Stacktrace:
Any idea why?
I was using JLD2 package to save my data properly as below:
save("path/to/file.jld2", "N", N)
now I started to have this error:
ERROR: LoadError: IOError: mkdir("./../output"; mode=0o777): permission denied (EACCES)
Stacktrace:
Any idea why?
Based on the error, perhaps you don’t have permission to create that directory?
I was using it before properly. Do you know how can I create a permission now?
@StefanKarpinski
I created new directory but the problem is still existing