Quansight-Labs / free-threaded-compatibility

A central repository to keep track of the status of work on and support for free-threaded CPython (see PEP 703), with a focus on the scientific and ML/AI ecosystem
https://py-free-threading.github.io/
MIT License
146 stars 20 forks source link

Status of Conda ecosystem support #46

Open rgommers opened 2 months ago

rgommers commented 2 months ago

Currently (as of July 23rd, 2024) the recommended way to set up a conda dev environment for free-threaded CPython is to install python and pip from the ad-testing channel, and then install everything else from source or from nightly wheels.

jjhelmus commented 1 month ago

Conda-forge has a free-threading release of Python 3.13.0rc1: conda-forge/python-feedstock#679.

lesteve commented 1 month ago

FWIW the conda-forge command to install a free-threaded CPython from conda-forge was added in #74 and is available in https://py-free-threading.github.io/installing_cpython/#conda-forge