PyPI
pypi.org › project › spacy
spacy · PyPI
Using pip, spaCy releases are available as source packages and binary wheels.
» pip install spacy
Published Nov 17, 2025
Version 3.8.11
Repository https://github.com/explosion/spaCy
Homepage https://spacy.io
Factsheet
spaCy
Original author Matthew Honnibal
Developers Explosion AI, various
spaCy
Original author Matthew Honnibal
Developers Explosion AI, various
spaCy
spacy.io › usage
Install spaCy · spaCy Usage Documentation
The other way to install spaCy is to clone its GitHub repository and build it from source. That is the common way if you want to make changes to the code base. You’ll need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip and git installed.
Videos
How to Install SpaCy in Visual Studio Code | Spacy in VS ...
03:29
How to Install Spacy in Python (with Sample Code) - YouTube
04:41
How to install Spacy in Python 3.10 in less than 5 mins - a ...
04:03
How to install Spacy in Visual Studio Code #spacy #visualstudiocode ...
04:17
How to Install Spacy in Jupyter Notebook (Beginner Friendly) - YouTube
spaCy
spacy.io › usage › models
Models & Languages · spaCy Usage Documentation
While spaCy provides a range of useful helpers for downloading and loading pipeline packages, the underlying functionality is entirely based on native Python packaging. This allows your application to handle a spaCy pipeline like any other package dependency. spaCy’s built-in download command is mostly intended as a convenient, interactive wrapper.
Top answer 1 of 4
3
I raised a git issue a couple of months back:
https://github.com/explosion/spaCy/issues/13658#issuecomment-2532080140
They are updating the build system across their packages to use the latest version of cibuildwheel.
python 3.13 is not added completely to their build system yet.
Team is working very hard to make it available on python 3.13
please use python 3.12 for spacy for now.
2 of 4
1
I used GCC 32-bit version. So, I installed the 64-bit version and Python 3.12.7. It works.
spaCy
spacy.io
spaCy · Industrial-strength Natural Language Processing in Python
Get a custom spaCy pipeline, tailor-made for your NLP problem by spaCy's core developers.
GitHub
github.com › explosion › spaCy
GitHub - explosion/spaCy: 💫 Industrial-strength Natural Language Processing (NLP) in Python
Starred by 32.9K users
Forked by 4.6K users
Languages Python 54.1% | MDX 31.2% | Cython 10.5% | JavaScript 2.6% | Sass 0.8% | TypeScript 0.4%
PyPI
pypi.org › project › spacy-llm
spacy-llm · PyPI
This package integrates Large Language Models (LLMs) into spaCy, featuring a modular system for fast prototyping and prompting, and turning unstructured responses into robust outputs for various NLP tasks, no training data required.
» pip install spacy-llm
scispacy
allenai.github.io › scispacy
scispacy | SpaCy models for biomedical text processing
scispaCy is a Python package containing spaCy models for processing biomedical, scientific or clinical text. Just looking to test out the models on your data? Check out our demo. pip install scispacy pip install <Model URL> Our models achieve performance within 3% of published state of the ...
PyPI
pypi.org › project › spacy › 1.8.2
spacy 1.8.2
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
spaCy
spacy.io › models
Trained Models & Pipelines · spaCy Models Documentation
The spaCy v3 trained pipelines are designed to be efficient and configurable. For example, multiple components can share a common “token-to-vector” model and it’s easy to swap out or disable the lemmatizer.
python-gatenlp
gatenlp.github.io › python-gatenlp › lib_spacy.html
Spacy pipeline | python-gatenlp
from gatenlp import Document from gatenlp.lib_spacy import AnnSpacy import spacy print("SpaCy version:", spacy.__version__) ... # In order to use the English pipeline with Spacy, the model has to get downloaded first from spacy.cli import download as spacy_download spacy_download("en_core_web_sm")
Stack Overflow
stackoverflow.com › questions › 74531051 › python-packages-not-installed
spacy - Python Packages not installed - Stack Overflow
Make sure you are installing into the same python enivronment as you are running python in. Use python -m pip install spacy; python filename.py to be sure the python is the same

