Python Forum
A problem with natural language toolkit setup
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A problem with natural language toolkit setup
#1
Hello everyone ! 
While installing nltk 3.2.2, I ran into a problem, it sais :"Python version -32 required, which was not found in the registry."
But I've installed Python 3.4.4 32 bit and I can find it in HKEY_CURRENT_USER\Software. 
Could anyone tell what is wrong ?Thanks a lot !!
Reply
#2
The way that you word 'Python version -32' would lead me to believe that it's looking for python3.2 version.
nltk is available for any version 3. see http://www.lfd.uci.edu/~gohlke/pythonlibs/

to install a wheel from this locattion, follow these directions

If the wheel name is - nltk‑3.2.2‑py2.py3‑none‑any.whl, that means any python 3 version, no version 2

download the file to any directory you wish, example: C:development/downloads/nltk/wheels/python3

open a cmd (or better yet, download cmder) terminal window,
cd to the wheel directory
type 'pip install wheelname'

wheelname in this instance being nltk‑3.2.2‑py2.py3‑none‑any.whl

you're done
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is python an interpreted language or a compiled language? GouravDas 1 1,987 Jun-23-2020, 10:38 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020