Assuming that the checked-in manifest actually works with some julia version… The problem here seems to be that you’re trying to instantiate a manifest that was resolved in a different julia version, but unfortunately older versions of julia didn’t record which version that was, and the repo also doesn’t mention which julia version to use, so it’s just an informed guess that that’s what the issue is.
I recommend trying to update
the environment rather than instantiate
.
Also, when posting an issue like this, it’s helpful to:
- Not post screenshots. Please read: make it easier to help you
- Mention which julia version you are using
- Post the full error in the first post