🌐
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
Homepage   https://spacy.io

software library for natural language processing

spaCy Tailored Pipelines
Advanced NLP with spaCy: A free online course
pypi Version
conda Version
spaCy (/speɪˈsiː/ spay-SEE) is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython. The library is published under the MIT license and its main … Wikipedia
Factsheet
spaCy
Original author Matthew Honnibal
Developers Explosion AI, various
Factsheet
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.
🌐
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.
🌐
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.
🌐
GeeksforGeeks
geeksforgeeks.org › python › install-specific-version-of-spacy-using-python-pip
Install Specific Version of Spacy using Python PIP - GeeksforGeeks
July 23, 2025 - Below are the commands to install a particular version, using version 3.2.3 of SpaCy as an example: pip install spacy==3.2.3 # Windows pip3 install spacy==3.2.3 # MacOS
🌐
GitHub
github.com › explosion › spaCy
GitHub - explosion/spaCy: 💫 Industrial-strength Natural Language Processing (NLP) in Python
Using pip, spaCy releases are available as source packages and binary wheels.
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%
Find elsewhere
🌐
Python.org
discuss.python.org › python help
Install spacy in python - Python Help - Discussions on Python.org
August 30, 2021 - Hey, I tried to install spacy in python. It worked out and I can find it in the pip list in my terminal. But now if i try to run my python programme there is an error that says “no module named spacy”. I don’t know what …
🌐
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
    
Published   Jan 13, 2025
Version   0.7.3
🌐
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 ...
🌐
spaCy
spacy.io › api › cli
Command Line Interface · spaCy API Documentation
Download trained pipelines for spaCy. The downloader finds the best-matching compatible version and uses pip install to download the Python package. Direct downloads don’t perform any compatibility checks and require the pipeline name to be specified with its version (e.g.
🌐
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
🌐
ProjectPro
projectpro.io › recipes › install-and-use-spacy-models
How to install and use Spacy models? -
September 6, 2023 - The following steps will help you understand how to install Spacy in Python. ... The pip install en_core_web_sm command is used to install en_core_web_sm model in SpaCy.
🌐
Packtpub
subscription.packtpub.com › book › data › 9781800563353 › 2 › ch02lvl1sec05 › installing-spacy
Installing spaCy with pip
If you have more than one Python version installed in your system (such as Python 2.8, Python 3.5, Python 3.8, and so on), then select the pip associated with Python you want to use. For instance, if you want to use spaCy with Python 3.5, you can do the following:
🌐
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
🌐
spaCy
spacy.io › universe › project › spacy-experimental
spacy-experimental · spaCy Universe
Pipeline · Training · Conversational · Research · Scientific · Biomedical · Visualizers · Containers & APIs · Non-Python · Standalone · Models · Education · Books · Courses · Videos · Podcasts · Cutting-edge experimental spaCy components and features ·