-
Notifications
You must be signed in to change notification settings - Fork 188
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
error with Julia 0.5 #254
Comments
I think this is due to the problem described in JuliaLang/julia#15300. @yuyichao, @vtjnash, is there an open Julia issue to track this problem? |
Or was that fixed by JuliaLang/julia#15556? |
The problem mentioned in JuliaLang/julia#15300 should already be fixed and have a different symptom. What is the |
(I wonder if these problems are related to my usage of |
It is discouraged since it will not help type inference on precompiled method that uses the variable. There is an issue for this already. |
I just built the latest Julia |
PyPlot and PyCall have been broken on my Samsung chrome2 arm ubuntu crouton for a while now. I got a "Fixed by #1556" message, but i just rebuild from master (make clean ; make -j 4) and I still get the PyCall llvm error thanks perrin (trusty)perrin@localhost:/home/psmsd/julia_builds/julia$ julia julia> Pkg.update() julia> Pkg.build("PyPlot") julia> using PyPlot julia> |
sorry, there appears to be a julia bug for the LLVM / arm issue (related?) perrin |
The ARM issues seem unrelated to the problem that @jingpengwu is seeing. |
Is this still an issue? I've been using PyCall successfully with Julia 0.5 for a while now... |
On May 23, 2016 10:33 PM, "Steven G. Johnson" [email protected]
Should be fixed now. |
I recently built 0.4.6pre on my arm crouton chromebook and the backported arm patches fixed pycall and pyplot works which is really awesome thanks! perrin (poorly finger typing) On Mon, May 23, 2016 at 7:33 PM, Steven G. [email protected] wrote: — |
everything works in Julia 0.4, but when I switch to Julia 0.5. all the python part can not be used because of malfunction of PyCall.
ubuntu 14.10
The text was updated successfully, but these errors were encountered: