Skip to content
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

buildutils.jl broken on Python 3.12 #1067

Closed
MilesCranmer opened this issue Dec 15, 2023 · 1 comment
Closed

buildutils.jl broken on Python 3.12 #1067

MilesCranmer opened this issue Dec 15, 2023 · 1 comment

Comments

@MilesCranmer
Copy link
Contributor

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

@MilesCranmer
Copy link
Contributor Author

Fixed with #1068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant