在Win 7上安装NLTK时出错

时间:2017-05-03 20:42:36

标签: python nltk

我尝试在Win 7计算机上安装NLTK。我收到以下错误消息:

Python version -32 required, which was not found in the registry

我做了以下行动:

  1. 我已经安装了Python 32 Bit版本3.6.1。

  2. 在另一台安装了Anaconda的电脑上。

  3. 我已完成this thread中描述的步骤。

  4. 它们都不起作用,我在运行NLTk设置时仍然收到错误消息。有谁知道我要做什么?

1 个答案:

答案 0 :(得分:0)

经过三天的研究,我终于解决了这个问题。因此,对于任何其他人来保护您投资的时间,请执行以下步骤:
1.安装Anaconda 32位
2.成功安装后运行python并使用以下命令import nltk
3.运行命令nltk.download()(不要忘记parantheses)