-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hard-to-debug Julia error message in container #13
Comments
This is again Julia finding a shared library from the system (which fails on a version mismatch) earlier then the Julia provided one, because R loaded it. You might try to set the LD_LIBRARY_PATH to empty (or print its contents to check this assumption) before any Julia(Call) invocation. Relates to JuliaInterop/JuliaCall#234 |
Thanks, that's a good basis for debugging. Could it maybe fix actions on Linux if solved also, I wonder... |
Julia seems to work in the latest version of this repo running in Devcontainer.
However, when you try to build the website with
quarto preview
it fails:Any ideas @evetion / colleagues?
The text was updated successfully, but these errors were encountered: