Windows 10- python 3.6 - 安装nltk

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 10- python 3.6 - 安装nltk相关的知识,希望对你有一定的参考价值。

Windows 10上的Python 3.6。尝试导入nltk时发现错误:

>>> import nltk
Traceback (most recent call last):
  File "<pyshell#15>", line 1, in <module>
    import nltk
ModuleNotFoundError: No module named 'nltk'

似乎pip也没有安装在我的系统中。我已经通过了其他问题stackoverflow-question

试图在我的系统中找到'pip'位置。 Pip存在,但在“本地服务器”位置。

http://localhost:53294/pip.html

不知道为什么会出现这种情况,我试图在命令提示符下更改目录,如:

C:> cd http://localhost:53294/pip.html

文件名,目录名或卷标语法不正确。再次出错。请帮助或提供其他问题的链接。

答案

是的,跟随早期的question

我的系统中有我的pip3.6.exe及其目录。在命令行中更改为其目录。

    C:UsersMYAppDataLocalProgramsPythonPython36-32Scripts>pip3.6 install -U nltk
Collecting nltk
  Downloading nltk-3.2.5.tar.gz (1.2MB)
    100% |████████████████████████████████| 1.2MB 145kB/s
Collecting six (from nltk)
  Downloading six-1.11.0-py2.py3-none-any.whl
Installing collected packages: six, nltk
  Running setup.py install for nltk ... done
Successfully installed nltk-3.2.5 six-1.11.0

谢谢..

以上是关于Windows 10- python 3.6 - 安装nltk的主要内容,如果未能解决你的问题,请参考以下文章

使用python 3.6在windows 10中安装imutils

在Windows 10 64位,Python 3.6上安装pygraphviz

在 Windows 10 python 3.6 上安装 matplotlib

如何在 Windows 10 上为 python 3.6 安装 dlib?

在 Windows 10 64 位、Python 3.6 上安装 pygraphviz

Python 3.6 脚本在 Windows 10 上速度惊人,但在 Ubuntu 17.10 上却没有