Error: I cannot install package Meshes

I just tried installing Meshes in a clean environment in Julia 1.7.3, Windows 10, and everything worked without issues. I then added Plots, and again everything just worked.

It looks like you’re dumping all of your projects into the default environment (don’t do this, it’s a bad idea), so you might just have some versioning conflict somewhere? Try installing things in a new environment to see if the issue persists.

1 Like