You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using PyCall
julia>try@pyimport pip
catchprintln("failed")
end
ERROR: syntax: unsupported `const` declaration on local variable around /home/j/.julia/packages/PyCall/lhrke/src/PyCall.jl:526
julia>@pyimport pip
julia>
The text was updated successfully, but these errors were encountered:
On julia 1.0, with PyCall#master I get
The text was updated successfully, but these errors were encountered: