Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Would be great to have its supported by Conda. Anyone has an idea on when this might happen?



Thanks for that. I almost always prefer conda but to try 3.11 I will just use pyenv. So thanks for saving me some time.


conda-forge has already published 3.11 packages:

    conda create -c conda-forge -n py311 python=3.11


Great thanks!


You can add conda-forge channel to conda. Conda-forge packages are updated faster. Someone on reddit said conda-forge will have 3.11 within a week.


It's already there:

https://anaconda.org/conda-forge/python

https://github.com/conda-forge/python-feedstock/pull/577

Using mamba to create a new encoding called py311 with python 3.11:

    mamba create -n py311 python=3.11


thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: