I want to work with Natural Language Toolkit, but I can't set up the software. When I run it, it gives me an error message "Python version -32 required, which was not found in the registry" I'm using Windows 10, and my python is a 32-bit version. I tried the solutions provided here but none worked. What am I doing wrong?
1 Answer
According to this Issue, Try this:
python -m pip install nltk
You can follow "Setting up Python 3.5 and numpy and matplotlibon your own Windows PC or laptop" document for install Python correctly on windows.
where pythoninto command, what do you get?