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
155 stars 22 forks source link

change to conda-forge cpython instructions #74

Closed lucascolley closed 2 months ago

lucascolley commented 2 months ago

ref https://github.com/scipy/scipy/issues/21479#issuecomment-2334947851

Based on the guidance at https://anaconda.org/conda-forge/python-freethreading.

I can't actually get this to work locally: _python_rc does not exist (perhaps a typo or a missing channel).

lesteve commented 2 months ago

Adding the python_rc label works for me:

mamba create -n python-freethreading -c conda-forge/label/python_rc python-freethreading
lucascolley commented 2 months ago

thanks @lesteve ! updated to that

ngoldbaum commented 2 months ago

I'm also not able to run the conda create command locally. Not sure what broke since that text was added, but the conda-forge channel does seem to be working locally for me so let's go with that for now.