Skip to content

@pyimport on julia 1.0: ERROR: syntax: unsupported const declaration on local variable  #541

@jbrea

Description

@jbrea

On julia 1.0, with PyCall#master I get

julia> using PyCall

julia> try
           @pyimport pip
       catch
           println("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> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions