安装nltk时没有名为“ nltk.text”的模块

时间:2019-01-17 03:00:02

标签: python nltk

我尝试安装nltk,并且使用Atom。我在终端中使用了代码“ pip install nltk”。但是总会有错误。

我尝试了“ pip install nltk”和“ pip3 install nltk”,但它不起作用。我还在Mac上的所有文件中搜索了nltk.py,并且之前没有这样的文件“ nltk.py”。但我确实成功安装并使用过nltk。我不知道为什么这次不起作用。

import tweepy #The Twitter API
from tkinter import * #for the GUI
from time import sleep
from datetime import datetime
import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt # for graphing the data
import nltk

File "/Users/yafeizhang/Desktop/twitter_try.py", line 9, in <module>
import nltk
File "/Users/yafeizhang/miniconda3/lib/python3.5/site-  packages/nltk/__init__.py", line 134, in <module>
from nltk.text import *
ImportError: No module named 'nltk.text'

0 个答案:

没有答案