0

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
  • If you type where python into command, what do you get? Commented Apr 13, 2017 at 9:21

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.