Hi all,
I am unable to precompile the package Plots due to the following error:
The following remedies have been attempted but so far none have been successful:
-Uninstalling and reinstalling Julia
-Adding and building GR
-Building Plots
-Trying an older version of Julia
It would be great if someone could offer a solution to this issue.
A screenshot of the error message is attached for reference.
Would selecting ‘Run as administrator’ when selecting Julia be sufficient? I did this just now but still got the same error.
My PC is running on Windows 10 Home.
I just tried this and can’t replicate the error, installing Plots into a fresh environment under Julia 1.8.5 on Windows 10 worked just fine. Have you tried installing in a clean environment?
Try emptying your compiled cache (it is likely in an inconsistent state). For example, if you’re using julia 1.8, I think this should be C:Users\HP\.julia\compiled\v1.8. Hopefully some variant of that path will work for you.
After you empty it, you’ll have to re-precompile every package on your system.