spaCy for Python 2.7? #7673
Answered
by
svlandeg
GlowTube
asked this question in
Help: Installation
-
Project requirements lock me into using Ubuntu 18.04 / Python 2.7.17.
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
svlandeg
Apr 6, 2021
Replies: 1 comment
-
Hi! If you're locked into Python 2.7, you can still use spaCy 2.x, with the latest release spaCy v3 only supports Python 3. But spaCy v2.3.5 should be stable and good for you to use for the use-cases you've summed up. So I hope that works for you! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
If you're locked into Python 2.7, you can still use spaCy 2.x, with the latest release
v2.3.5
: https://github.com/explosion/spaCy/releases/tag/v2.3.5spaCy v3 only supports Python 3. But spaCy v2.3.5 should be stable and good for you to use for the use-cases you've summed up. So I hope that works for you!