Any ideas? - Is this a current situation and I just have to patient?
P.S.:
The purpose of my investigation how to compile a stand alone application is an interactive GLMakie-project.
Does someone know about an example project that can be successfully compiled into an *.exe?
Addendum:
Under Ubuntu 22.04 it is even worse, the compilation crashes …
FYI: There’s seemingly a workaround for this already, as you know, explained just now there on github. But for a possible another one:
I guess this means you’re using Python in your code (or if not indirectly in a dependency). I don’t know any other reason for using micromamba[_jll], and I checked its dependents, you can see them (indirect ones) here: https://juliahub.com/ui/Packages/CondaPkg/NxPEK/0.2.17?page=2
E.g. PythonCall and PythonPlot, so also consider some alternative non-Python code? I’m curious, what was it in your case?
Thanks for your reply!!! - It is the minimal example MyApp.jl provided by the PackageCompiler project-team.
I do not know where to find an example project without this dependency that can be compiled into an executable App via PackageCompiler
Thanks for the proposal!
I did, but the result is more or less the same:
C:\data\julia\tmp\SampleApplication\PackageCompiler.jl\examples\MyAppCompiled\bin>MyApp foo bar --julia-args -t4
Downloaded artifact: MKL
Downloaded artifact: MKL
fatal: error thrown and no exception handler available.
InitError(mod=:MKL_jll, error=ErrorException("Unable to automatically download/install artifact 'MKL' from sources listed in 'C:\Users\stefanpofahl\.julia\packages\MKL_jll\3GonY\Artifacts.toml'.
S
[...]
My PR DID get rid of your error… You just got MKL_jll related one instead (maybe understandable, just not by me), so I closed my PR. It seems more involved than my simple “fix”. At least I tried, and that PR could be reopened and extended, feel free to fork it. It did pass CI (16? if recall successful, except for this one error, that may have been a false alarm):
CI / test (1.6, x64, windows-latest, true) (pull_request) Failing after 62m