Evergreen

Results 11 comments of Evergreen
trafficstars

Same issue here. ``` Calling FFC just-in-time (JIT) compiler, this may take some time. PyError ($(Expr(:escape, :(ccall(#= /Users/evergreen/.julia/packages/PyCall/0jMpb/src/pyfncall.jl:44 =# @pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr), o, pyargsptr, kw))))) RuntimeError('Must supply C++...

Seems that this project is no longer maintained? I decided to use python instead. Alternatively, one can simply use pycall to run a python version of fenics inside Julia. However,...

@ysimillides Thanks for your reply. I tried reinstalling both with Pkg.add("FEniCS") and with cloning this git, but got exactly the same error. I suspect that this is the same issue...

@ysimillides After looking into your code (line 74 of jfem.jl), I found that this works `Expression(fenics.Expression("1+x[0]*x[0]+2*x[1]*x[1]", degree=2))` However this line in the tutorial still doesn't work: ``` > U =...

Yet this works: `U = FEniCS.FeFunction(V)` Now everything works fine for me. Hope it helps.

@ysimillides Anyway I think it's a bug. Could you please update this fix to the master or let me do this? I wish it would be helpful to FEniCS users....

Nevertheless 'Array(a).+Array(b)' works. I suppose this is a bug of KnetArray

I have the same issue with MacOS 10.12 + anaconda + Julia 1.01 (installed with conda), when trying to install a jupyter notebook kernal. ``` Building MbedTLS → `~/.julia/packages/MbedTLS/CwGUN/deps/build.log` ┌...

[Solved] Now I tried to use a non-conda-installed version of julia 1.0.1, and the problem disappeared.