Open
Description
openedon Jul 23, 2024
- Python itself and
pip
are now available in thead_testing
channel (builds on top ofdefaults
): https://py-free-threading.github.io/installing_cpython/#conda - conda-forge support (work not started yet)
- Issue with installing
noarch
packages inconda
(& other installers):noarch: python
packages are not importable when installed with the experimental free-threading Python 3.13 build conda/conda#14053
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment