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
Executing using OpenSpecFun_jll in Julia 1.6 started with JULIA_LOAD_PATH=@ fails with
ERROR: LoadError: LoadError: ArgumentError: Package CompilerSupportLibraries_jll [e66e0078-7015-5450-92f7-15fbd957f2ae] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
Executing
using OpenSpecFun_jll
in Julia 1.6 started withJULIA_LOAD_PATH=@
fails withwhile it works if
JULIA_LOAD_PATH=@
is not set.MWE:
prints
Also:
JULIA_LOAD_PATH=@
.The text was updated successfully, but these errors were encountered: