Free-Threaded Python Library Compatibility Checker ft-checker.com 36 points by lifthrasiir 3 days ago
OutOfHere 3 days ago But is there even an official docker image for deploying applications using 3.13t and 3.14t? Looking at https://hub.docker.com/_/python/ and https://github.com/docker-library/python/issues/947 , it seems to have been ignored. Without one, it's all useless. Almost no one wants to compile Python from source. colesbury 2 days ago You don't have to build from source. uv is the best option, in my opinion, but the py-free-threading docs also have a longer list too:uv: https://docs.astral.sh/uv/getting-started/installation/py-free-threading: https://py-free-threading.github.io/installing-cpython/docker: docker run -it quay.io/pypa/manylinux_2_28_x86_64 python3.13t
colesbury 2 days ago You don't have to build from source. uv is the best option, in my opinion, but the py-free-threading docs also have a longer list too:uv: https://docs.astral.sh/uv/getting-started/installation/py-free-threading: https://py-free-threading.github.io/installing-cpython/docker: docker run -it quay.io/pypa/manylinux_2_28_x86_64 python3.13t
interestoo 3 days ago > error: package `icu_properties v1.5.1` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.63.0is this not environment problem? corona10 2 days ago Yeah, we still believe that a bunch of things should be updated to make the results more accurate.
corona10 2 days ago Yeah, we still believe that a bunch of things should be updated to make the results more accurate.
bratao 3 days ago This checks if the Library builds or if it is really compatible/works with multi-threading? corona10 2 days ago Currently, only testing the library installation; we will make progress to test the unittest result also.
corona10 2 days ago Currently, only testing the library installation; we will make progress to test the unittest result also.
But is there even an official docker image for deploying applications using 3.13t and 3.14t? Looking at https://hub.docker.com/_/python/ and https://github.com/docker-library/python/issues/947 , it seems to have been ignored. Without one, it's all useless. Almost no one wants to compile Python from source.
You don't have to build from source. uv is the best option, in my opinion, but the py-free-threading docs also have a longer list too:
uv: https://docs.astral.sh/uv/getting-started/installation/
py-free-threading: https://py-free-threading.github.io/installing-cpython/
docker: docker run -it quay.io/pypa/manylinux_2_28_x86_64 python3.13t
> error: package `icu_properties v1.5.1` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.63.0
is this not environment problem?
Yeah, we still believe that a bunch of things should be updated to make the results more accurate.
This checks if the Library builds or if it is really compatible/works with multi-threading?
Currently, only testing the library installation; we will make progress to test the unittest result also.
please add geopandas to the list :)