Ihor Herasymenko
Ihor Herasymenko
The library cannot be built/installed with Python 3.13 RC. Dockerfile: ``` FROM python:3.13-rc-bookworm RUN curl https://sh.rustup.rs -sSf | sh -s -- -y ENV PATH=/root/.cargo/bin:$PATH RUN pip install tokenizers==0.20.0 ``` Output:...
When trying to install `ddtrace-py` with the latest Python 3.13 RC builds, the installation fails with the following error. ``` building 'ddtrace.profiling.collector._memalloc' extension creating build/temp.linux-aarch64-cpython-313/ddtrace/profiling/collector gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g...