Skip to content

buildutils.jl broken on Python 3.12 #1067

Closed
@MilesCranmer

Description

@MilesCranmer

I'm working on JuliaPy/pyjulia#538 and believe I have narrowed down the CI issues to the following line in PyCall.jl:

pyconfigvar(python::AbstractString, var::AbstractString) = pyvar(python, "distutils.sysconfig", "get_config_var('$(var)')")

distutils is removed in Python 3.12, so this line needs to be updated. I can try to submit a PR when I have time.

Cheers,
Miles

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