-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
Open
Labels
BuildLibrary building on various platformsLibrary building on various platforms
Description
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pandas is missing linux wheels for the most recent build. https://github.com/pandas-dev/pandas/actions/runs/18863344238/job/53826247322 seems to be the GH action run.
The logs show a compilation issue:
2025-10-28T03:42:50.2217984Z [48/154] Compiling C object pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o
2025-10-28T03:42:50.2225643Z FAILED: [code=1] pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o
2025-10-28T03:42:50.2239721Z cc -Ipandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p -Ipandas/_libs/tslibs -I../pandas/_libs/tslibs -I../../tmp/pip-build-env-_9vmpzyj/overlay/lib/python3.11/site-packages/numpy/_core/include -I../pandas/_libs/include -I/opt/_internal/cpython-3.11.14/include/python3.11 -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -DNPY_NO_DEPRECATED_API=0 -DCYTHON_USE_TYPE_SPECS=1 -DNPY_TARGET_VERSION=NPY_1_21_API_VERSION -fPIC -MD -MQ pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o -MF pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o.d -o pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_base.pyx.c.o -c pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c
2025-10-28T03:42:50.2251148Z pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c: In function ‘__Pyx_modinit_shared_function_import_code’:
2025-10-28T03:42:50.2263205Z pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c:5505:70: error: passing argument 3 of ‘__Pyx_ImportFunction_3_2_0b2’ from incompatible pointer type [-Wincompatible-pointer-types]
2025-10-28T03:42:50.2272463Z 5505 | if (__Pyx_ImportFunction_3_2_0b2(__pyx_t_1, __pyx_import_name, *__pyx_import_pointer, __pyx_import_current_signature) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
2025-10-28T03:42:50.2280451Z | ^~~~~~~~~~~~~~~~~~~~~
2025-10-28T03:42:50.2288351Z | |
2025-10-28T03:42:50.2296218Z | void (*)(void)
2025-10-28T03:42:50.2305867Z pandas/_libs/tslibs/base.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/base.pyx.c:2315:89: note: expected ‘void (**)(void)’ but argument is of type ‘void (*)(void)’
2025-10-28T03:42:50.2323125Z 2315 | static int __Pyx_ImportFunction_3_2_0b2(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
2025-10-28T03:42:50.2323956Z | ~~~~~~~~^~~~~~~~
2025-10-28T03:42:50.6290017Z [49/154] Compiling C object pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o
2025-10-28T03:42:50.6292458Z FAILED: [code=1] pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o
2025-10-28T03:42:50.6303415Z cc -Ipandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p -Ipandas/_libs/tslibs -I../pandas/_libs/tslibs -I../../tmp/pip-build-env-_9vmpzyj/overlay/lib/python3.11/site-packages/numpy/_core/include -I../pandas/_libs/include -I/opt/_internal/cpython-3.11.14/include/python3.11 -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -DNPY_NO_DEPRECATED_API=0 -DCYTHON_USE_TYPE_SPECS=1 -DNPY_TARGET_VERSION=NPY_1_21_API_VERSION -fPIC -MD -MQ pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o -MF pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o.d -o pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o -c pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c
2025-10-28T03:42:50.6310789Z pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c: In function ‘__Pyx_modinit_shared_function_import_code’:
2025-10-28T03:42:50.6313337Z pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c:6421:70: error: passing argument 3 of ‘__Pyx_ImportFunction_3_2_0b2’ from incompatible pointer type [-Wincompatible-pointer-types]
2025-10-28T03:42:50.6346576Z 6421 | if (__Pyx_ImportFunction_3_2_0b2(__pyx_t_1, __pyx_import_name, *__pyx_import_pointer, __pyx_import_current_signature) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
2025-10-28T03:42:50.6347703Z | ^~~~~~~~~~~~~~~~~~~~~
2025-10-28T03:42:50.6348452Z | |
2025-10-28T03:42:50.6349016Z | void (*)(void)
2025-10-28T03:42:50.6350740Z pandas/_libs/tslibs/ccalendar.cpython-311-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c:2617:89: note: expected ‘void (**)(void)’ but argument is of type ‘void (*)(void)’
2025-10-28T03:42:50.6352817Z 2617 | static int __Pyx_ImportFunction_3_2_0b2(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
2025-10-28T03:42:50.6366249Z | ~~~~~~~~^~~~~~~~
2025-10-28T03:42:51.0772306Z [50/154] Compiling Cython source /project/pandas/_libs/window/indexers.pyx
2025-10-28T03:42:51.5021434Z [51/154] Compiling Cython source /project/pandas/_libs/sparse.pyx
2025-10-28T03:42:51.7346835Z [52/154] Compiling Cython source /project/pandas/_libs/window/aggregations.pyx
2025-10-28T03:42:54.0141462Z [53/154] Compiling C object _cyutility.cpython-311-x86_64-linux-gnu.so.p/meson-generated_..__cyutility.c.o
2025-10-28T03:42:54.0143687Z ninja: build stopped: subcommand failed.
2025-10-28T03:42:54.0666908Z error: subprocess-exited-with-error
xref #55903
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platforms