You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas/_libs/algos.c: In function ‘__Pyx_PyInt_As_char’:
pandas/_libs/algos.c:179228:27: error: too few arguments to function ‘_PyLong_AsByteArray’
179228 | int ret = _PyLong_AsByteArray((PyLongObject *)v,
| ^~~~~~~~~~~~~~~~~~~
In file included from /home/rnichols/.pyenv/versions/3.13.0/include/python3.13/longobject.h:107,
from /home/rnichols/.pyenv/versions/3.13.0/include/python3.13/Python.h:81,
from pandas/_libs/algos.c:46:
/home/rnichols/.pyenv/versions/3.13.0/include/python3.13/cpython/longobject.h:111:17: note: declared here
111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
| ^~~~~~~~~~~~~~~~~~~
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pandas
Failed to build pandas
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pandas)
The text was updated successfully, but these errors were encountered:
Describe the bug
You cannot pip install the Jupyter requirements.txt file in python version 3.13. Version 3.12 is fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional context
The error with 3.13 is
The text was updated successfully, but these errors were encountered: