I\'trying to update spacy from version 2.0.18 to version 2.1.1. But every time I try to run the command
pip install spacy-nightly
or
Most probably, you are on a 64-bit machine using a 32-bit python executable. Remove the 32-bit version of python and Install the 64 bit version of python it will work.
If you where working within a virtualenv, then delete the virtualenv and recreate it again after installing the 64-bit of python.