Python Cannot install module spaCy

You might be using the python 32-bit version which you need to uninstall and you will need to switch to the python 64-bit version.

After switching everything will work fine, just upgrade pip and setuptools before installing.

Leave a Comment