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?
Asked
Active
Viewed 550 times
1 Answers
0
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.

RaminNietzsche
- 2,683
- 1
- 20
- 34