JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.47k stars 187 forks source link

buildutils.jl broken on Python 3.12 #1067

Closed MilesCranmer closed 9 months ago

MilesCranmer commented 9 months ago

I'm working on https://github.com/JuliaPy/pyjulia/pull/538 and believe I have narrowed down the CI issues to the following line in PyCall.jl: https://github.com/JuliaPy/PyCall.jl/blob/d407513e667d259881fe04667fd74a8bb098253d/deps/buildutils.jl#L8

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 commented 9 months ago

Fixed with #1068