Skip to content

Tracking free-threading support #1473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
minrk opened this issue Nov 5, 2024 · 1 comment
Open

Tracking free-threading support #1473

minrk opened this issue Nov 5, 2024 · 1 comment

Comments

@minrk
Copy link
Contributor

minrk commented Nov 5, 2024

I don't expect to need any updates for free-threading support, but folks can't install Jupyter Server or JupyterLab with Python 3.13t due to two transitive dependencies:

When I make an env working around these two issues (arm mac):

mamba create -n 313t python-freethreading pyzmq
mamba activate 313t
python3 -m pip install git+https://github.com/minrk/argon2-cffi-bindings@nogil-builds jupyterlab 'jsonschema<4.18'

(argon2 branch builds with HEAD of cffi, jsonschema is pinned to the last release before the rpds rust dependency), everything seems to work fine. That reinforces my suspicion that there won't be anything for us to do, but this is a tracking issue folks can link to, at least.

@bollwyvl
Copy link
Contributor

Looks like there are still a few missing pieces for argon2-cffi. What about, even temporarily on a pre-release, moving that dep (back) to an [extra] (as it the PEP 508 way to ask for it hasn't been fully resolved yet) and falling back to a next-best stdlib hash function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants