-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
MRE:
julia> using JET # JET is in the current environment
julia> @eval JET using JuliaInterpreter # JuliaInterpreter is not listed in the current environment, but is a dependency of JET
│ Package JuliaInterpreter not found, but a package named JuliaInterpreter is available from a registry.
│ Install package?
│ (@v1.8) pkg> add JuliaInterpreter
└ (y/n/o) [y]: nSince using JuliaInterpreter doesn't require package installation inside the module context of JET,
we ideally want to avoid the package installation suggestion in above.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior