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
I tried to create a custom image, but I got this error:
ERROR: The following 5 direct dependencies failed to precompile:
JuMP [4076af6c-e467-56ae-b986-b466b2749572]
Error: Missing source file for JuMP [4076af6c-e467-56ae-b986-b466b2749572]
PackageCompiler [9b87118b-4619-50d2-8e1e-99f35a4d4d9d]
Error: Missing source file for PackageCompiler [9b87118b-4619-50d2-8e1e-99f35a4d4d9d]
I used --compiler-env to use my current environment where all those packages are added. but that didn't help either.
I tried to create a custom image, but I got this error:
I used
--compiler-env
to use my current environment where all those packages are added. but that didn't help either.I even tried
which created
sys.so
but I got core-dump when I usedjl = Julia(sysimage="sys.so")
The text was updated successfully, but these errors were encountered: