-
Notifications
You must be signed in to change notification settings - Fork 35
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
juliacall fails in julia 1.11 with undefined symbol: jl_stdout_obj
#234
Comments
Any updates or suggestions regarding this issue? I am running into the same error! Thanks! |
undefined symbol: jl_stdout_obj
I tested it now again with julia 1.11 and part of the issue is still there unfortunately... The conda pkg r-juliacall still depends on the conda julia 1.10. Maybe it is because of this. It would be great, if it already supports julia 1.11 even thouth julia 1.11 is not yet available via conda-forge. @Non-Contradiction can you look into this issue? Now with julia 1.11 being released, potentially a lot of people may run into this issue |
FYI: See my alternative fix proposal (partial revert in Julia) at: JuliaLang/julia#53250 (comment) I could make such a PR, I want to see first about a response there, since I can't actually merge anyway there or here... so nothing is fully in my hands (nor my responsibility...). |
Hi there, I just tried out julia 1.11 because it has support for caching compile files.
Unfortunately R-JuliaCall fails with some problems. Trying to replicate it in a mwe, I found this incompatbility.
restarting julia after this segmenation fault and running the below, gives another error:
The text was updated successfully, but these errors were encountered: