Viktor G. Gumennyy
Viktor G. Gumennyy
What should be added to GH Actions like https://github.com/julia-actions/add-julia-registry or https://github.com/julia-actions/julia-runtest to support this?
By the way, static linking with absolute paths to python is the reason why we can't have portable julia apps with `PyCall`, see here: https://github.com/JuliaPy/PyCall.jl/issues/981 The path is just burned...
There are some other problems compiling app with PythonCall - see here: https://github.com/cjdoris/PythonCall.jl/issues/146 @stevengj Can you please explain a little bit more, what should be fixed in PyCall to exclude...
> And I wonder if this is the right absolute path for `build.jl`? Make sure you `dev PyCall` in your project environment and make changes into `.julia/dev/PyCall/deps/build.jl`
> I build my app in default julia environment. To compile the project into an app I use project own environment, not the default one. This is typical script `compile_app.sh`,...
> ERROR: LoadError: MethodError: no method matching relpath(::Ptr{Nothing}, ::String) Maybe that's because `libpython === nothing`?
I will check this in a couple of hours
> ```julia > libpython = relpath.(libpython, @__DIR__) > ``` This fix didn't work for me - it runs through tests and compilation stages, but trying to run the app gives...
Same error here. Is this package abandoned??? Or any other options to call C++ code from Julia?
Lost several hours with this... But found a surspising third solution, as they wrote in a blog-post: > Keys with a valid_after date before the deadline (November 2, 2021) may...