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
03:29
How to Install Spacy in Python (with Sample Code) - YouTube
How to Install SpaCy in Visual Studio Code | Spacy in VS ...
04:03
How to install Spacy in Visual Studio Code #spacy #visualstudiocode ...
02:01
How to Install SpaCy for Python in VS Code | NLP & Text Processing ...
04:41
How to install Spacy in Python 3.10 in less than 5 mins - a ...
07:40
How to Install SpaCy and Models (Spacy and Python Tutorial for ...
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 › 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.
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%
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.
spaCy
spacy.io › models › en
English · spaCy Models Documentation
Trained Pipelines › German · Trained Pipelines › Greek · Trained Pipelines › Italian · Trained Pipelines › Japanese · Trained Pipelines › Korean · Trained Pipelines › Lithuanian · Trained Pipelines › Macedonian · Trained Pipelines › Multi-language ·
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
Codidact
software.codidact.com › posts › 292814
I can't install the Spacy library using the terminal in VSCode on Windows 10 - Software Development
I have followed the instructions from the official Visual Studio Code website for Python and Spacy as well. I have installed vs_buildsTools to have a C++ compiler too, But I cannot continue, i have always the same issue. ... Ok the solution is installed a older version, on my case python 3.12.6, in the virtual environment that you have created and when you use in the terminal pip install spacy it donwloads correctly.
CodeSignal
codesignal.com › learn › courses › building-an-nlp-pipeline-with-spacy-for-token-classification › lessons › installing-and-getting-started-with-spacy-for-nlp
Installing and Getting Started with spaCy for NLP
To get started with spaCy, you need to install the library on your device. You can install spaCy by running the following pip command in your terminal or command prompt:
TutorialsPoint
tutorialspoint.com › spacy › spacy_getting_started.htm
spaCy - Getting Started
This is an experimental and alpha release of spaCy via a separate channel named spacy-nightly. It reflects future spaCy and cannot be use for production use. To prevent potential conflicts, try to use a fresh virtual environment. You can use the below given pip command to install it −
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

