Opened 4 months ago
Last modified 4 months ago
#70294 assigned defect
py312-cartopy @0.21.1: error: use of undeclared identifier '_PyUnicode_Ready'
Reported by: | ogourgue (Olivier Gourgue) | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ogourgue (Olivier Gourgue), Schamschula (Marius Schamschula) | |
Port: | py312-cartopy |
Description
Attachments (1)
Change History (5)
Changed 4 months ago by ogourgue (Olivier Gourgue)
comment:1 Changed 4 months ago by ogourgue (Olivier Gourgue)
Cc: | ogourgue added |
---|
comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Schamschula added; petrrr removed |
---|---|
Owner: | set to petrrr |
Status: | new → assigned |
Summary: | Failed to build py312-cartopy: command execution failed → py312-cartopy @0.21.1: error: use of undeclared identifier '_PyUnicode_Ready' |
comment:3 Changed 4 months ago by Schamschula (Marius Schamschula)
I ran into this myself last night. I'll (temporarily) remove the py312 subport.
Meanwhile, as I have py312-numpy
2.0.0 on my build machine, I'm using py312-cartopy
0.23.0 w/o any issues. See: #70251
comment:4 Changed 4 months ago by Marius Schamschula <mschamschula@…>
Note: See
TracTickets for help on using
tickets.
In the log I see:
I found that
_PyUnicode_Ready
was removed in python 3.12 so this cannot possibly ever have built, and the build logs confirm that.