Skip to content
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

Tracking free-threading support #1473

Open
minrk opened this issue Nov 5, 2024 · 0 comments
Open

Tracking free-threading support #1473

minrk opened this issue Nov 5, 2024 · 0 comments

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.

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

1 participant