Support for free-threaded Python? #13847
ngoldbaum
started this conversation in
New Features & Project Ideas
Replies: 1 comment
-
There is some initial discussion about free-threading support for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if this is on the radar of any of the spacy developers.
On my Mac development environment with Python 3.13.4t,
pip install spacy
fails because themarisa_trie
project pins an old cython version which doesn't support the free-threaded build. That issue is fixed by pytries/marisa-trie#122, so if I install from themain
branch ofmarisa-trie
, I'm able to buildspacy
successfully.It imports, but I'm not sure if anything is broken. It doesn't look like there are any tests that make use of the
threading
module.Beta Was this translation helpful? Give feedback.
All reactions