How to verify installed spaCy version?
You can also do python -m spacy info
. If you're updating an existing installation, you might want to run python -m spacy validate
, to check that the models you already have are compatible with the version you just installed.
Use command - python -m spacy info
to check spacy version