check spacy version code example
Example 1: conda install spacy
conda install -c conda-forge spacy
python -m spacy download en_core_web_sm
Example 2: spacy install
pip install -U spacy
Example 3: check spacy version
python -m spacy info
conda install -c conda-forge spacy
python -m spacy download en_core_web_sm
pip install -U spacy
python -m spacy info