I\'m trying to install spacy by running pip install spacy for python version 3.6.1 but continuously i\'m getting errors like below,how to get r
pip install spacy
Spacy requires 64-bit python.
Uninstall 32-bit. Install 64-bit python.
Try spacy installation again.