ERROR: The following package names could not be resolved:

julia> Pkg.add(“Ijulia”)
Cloning default registries into C:\Users\default.DESKTOP-D2HJFCT\.julia
Cloning registry from “GitHub - JuliaRegistries/General: The official registry of general Julia packages
Added registry General to C:\Users\default.DESKTOP-D2HJFCT\.julia\registries\General
ERROR: The following package names could not be resolved:

  • Ijulia (not found in project, manifest or registry)
    Please specify by known name=uuid.

WHy didn’t install? Help me… please

Pkg.add(“IJulia”) should work (note the J in the name of the package).

3 Likes

Thank you!

Thank you! solution is perfect.