-
Notifications
You must be signed in to change notification settings - Fork 101
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
Pyjulia not working on Julia 1.6 #437
Comments
I tried with Python 3.8.6 and Julia 1.6 on Kubuntu 20.10 and everything worked fine. I did: import julia
julia.install()
jl = julia.Julia(compiled_modules=False)
from julia import Base
Base.sind(90) On the Python REPL. |
I have the same issue: |
For reference, there is a similar problem for 1.6 with JuliaCall in R on macOS: JuliaInterop/JuliaCall#164 So it seems to be a bug in Julia, the issue is being tracked here: JuliaLang/julia#40246 |
Same problem here. I'm currently using 1.5.3 until this problems fixed. |
I posted this in JuliaLang/julia#40246, but I'm going to post it here as well to get a bit more exposure. So I've been doing some testing trying to get macOS 11.4, Python 3.9, and Julia 1.6 working with pyjulia 0.5.6, and I think I found a way to get it to work somewhat. Some notes:
So my first few observations.
So, as far as I can tell, the issue is that Hoping this info might help in some way! |
This could be "fixed" for 1.6 by removing the Lines 221 to 222 in 87c669e
|
Hi, I have it working with Julia 1.6, but with 1.7 I get an error due to missing jl_ |
There's now PyJulia 0.5.7 and PyCall 1.92.5 that solved a couple of recent issues. It includes @ihnorton's suggestion #437 (comment) |
Edit: Oh wait, this is Python not Julia, it works differently. I was confused haha |
I finally had a chance to try this out. PyJulia 0.5.7 Works perfect on MacOS with Julia 1.6 now. Thanks so much! |
When I try to install and work with Python3.9.3 with Julia 1.6, the command
works well, but later
leads to segmentation fail, and python exits without other error messages inside terminal.
Then I reinstalled julia 1.5, all commands works well.
System: MacOS Big Sur with Command Line Tools
The text was updated successfully, but these errors were encountered: