-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme example is not working #13
Comments
Ah, this now needs to call |
It works now! Thanks a lot! |
simeonschaub
added a commit
to JuliaLang/julia
that referenced
this issue
Aug 5, 2022
`Pkg.instantiate()` does not fix the issue anymore if the artifact is not part of a package, so this points users to `Pkg.ensure_artifact_installed`. Ref JuliaPackaging/ArtifactUtils.jl#13
staticfloat
pushed a commit
to JuliaLang/julia
that referenced
this issue
Aug 9, 2022
`Pkg.instantiate()` does not fix the issue anymore if the artifact is not part of a package, so this points users to `Pkg.ensure_artifact_installed`. Ref JuliaPackaging/ArtifactUtils.jl#13
ffucci
pushed a commit
to ffucci/julia
that referenced
this issue
Aug 11, 2022
`Pkg.instantiate()` does not fix the issue anymore if the artifact is not part of a package, so this points users to `Pkg.ensure_artifact_installed`. Ref JuliaPackaging/ArtifactUtils.jl#13
pcjentsch
pushed a commit
to pcjentsch/julia
that referenced
this issue
Aug 18, 2022
`Pkg.instantiate()` does not fix the issue anymore if the artifact is not part of a package, so this points users to `Pkg.ensure_artifact_installed`. Ref JuliaPackaging/ArtifactUtils.jl#13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. I haven't been able to get the first example presented in the README to work. I'm using Julia Version 1.7.2 (2022-02-06).
I created and instantiated a project, added
]add ArtifactUtils
, and ran the following code:which outputs the following error (triggered by the last line):
Running
using Pkg; Pkg.instantiate()
does not give an error but the artifact is not installed (I verified that 6c460cf2eccecd24499618112adbbe7e403fa1ee is not in ~/.julia/artifacts).The text was updated successfully, but these errors were encountered: