We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60815f commit 41613c2Copy full SHA for 41613c2
base/loading.jl
@@ -2378,7 +2378,8 @@ function __require(into::Module, mod::Symbol)
2378
else
2379
manifest_warnings = collect_manifest_warnings()
2380
throw(ArgumentError("""
2381
- Package $(where.name) does not have $mod in its dependencies:
+ Cannot load (`using/import`) module $mod into module $into in package $(where.name)
2382
+ because package $(where.name) does not have $mod in its dependencies:
2383
$manifest_warnings- You may have a partially installed environment. Try `Pkg.instantiate()`
2384
to ensure all packages in the environment are installed.
2385
- Or, if you have $(where.name) checked out for development and have
0 commit comments