You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using StatsBase
│ Package StatsBase not found, but a package named StatsBase is available from a registry.
│ Install package?
but
julia>using StatsBase; mean([])
ERROR: ArgumentError: Package StatsBase not found in current path.
- Run `import Pkg; Pkg.add("StatsBase")` to install the StatsBase package.
I think it should appear whenever the input starts with a using or import statement.