- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我成功安装了自然语言工具包 nltk .然后我在控制台中运行 Python 并键入“import nltk”,我收到以下错误。我不知道为什么,我在网上找不到任何东西。关于为什么会这样有什么建议吗?
这是我得到的错误:
>>> import nltk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/__init__.py", line 114, in <module>
from nltk.collocations import *
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/collocations.py", line 37, in <module>
from nltk.probability import FreqDist
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/probability.py", line 47, in <module>
from collections import defaultdict, Counter
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/collections.py", line 13, in <module>
import pydoc
File "/Users/myusername/anaconda/lib/python2.7/pydoc.py", line 56, in <module>
import sys, imp, os, re, types, inspect, __builtin__, pkgutil, warnings
File "/Users/myusername/anaconda/lib/python2.7/inspect.py", line 39, in <module>
import tokenize
File "tokenize.py", line 2, in <module>
from nltk.corpus import stopwords
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/corpus/__init__.py", line 64, in <module>
from nltk.tokenize import RegexpTokenizer
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/tokenize/__init__.py", line 67, in <module>
from nltk.tokenize.mwe import MWETokenizer
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/tokenize/mwe.py", line 31, in <module>
from nltk.util import Trie
File "/Users/myusername/anaconda/lib/python2.7/site-packages/nltk/util.py", line 21, in <module>
from collections import defaultdict, deque
ImportError: cannot import name defaultdict
是否存在一些冲突或者我是否缺少先决条件?
当我执行 pip freeze 时,我得到以下信息:
bos-myusername:Demo myusername$ pip freeze
alabaster==0.7.7
anaconda-client==1.4.0
anaconda-navigator==1.1.0
appnope==0.1.0
appscript==1.0.1
argcomplete==1.0.0
astropy==1.1.2
Babel==2.2.0
backports-abc==0.4
backports.ssl-match-hostname==3.4.0.2
beautifulsoup4==4.4.1
bitarray==0.8.1
blaze==0.9.1
bokeh==0.11.1
boto==2.39.0
Bottleneck==1.0.0
cdecimal==2.3
certifi==2017.11.5
cffi==1.5.2
chardet==3.0.4
chest==0.2.3
click==6.7
cloudpickle==0.1.1
clyent==1.2.1
colorama==0.3.7
conda==4.0.8
conda-build==0+unknown
conda-env==2.4.5
conda-manager==0.3.1
configobj==5.0.6
cryptography==1.3
cycler==0.10.0
cymem==1.31.2
Cython==0.23.4
cytoolz==0.8.2
dask==0.8.1
datashape==0.5.1
decorator==4.0.9
dill==0.2.7.1
Django==1.11.2
docutils==0.12
dynd==0.7.3.dev1
enum34==1.1.2
et-xmlfile==1.0.1
fastcache==1.0.2
Flask==0.13.dev0
Flask-Cors==2.1.2
ftfy==4.4.3
funcsigs==0.4
futures==3.0.3
gevent==1.1.0
greenlet==0.4.9
grin==1.2.1
h5py==2.5.0
HeapDict==1.0.0
html5lib==0.999999999
idna==2.6
ipaddress==1.0.14
ipykernel==4.3.1
ipython==4.1.2
ipython-genutils==0.1.0
ipywidgets==4.1.1
itsdangerous==0.24
jdcal==1.2
jedi==0.9.0
Jinja2==2.8
jsonschema==2.4.0
jupyter==1.0.0
jupyter-client==4.2.2
jupyter-console==4.1.1
jupyter-core==4.1.0
llvmlite==0.9.0
locket==0.2.0
lxml==3.6.0
MarkupSafe==0.23
matplotlib==1.5.1
mistune==0.7.2
mpmath==0.19
msgpack-numpy==0.4.2
msgpack-python==0.4.8
multipledispatch==0.4.8
murmurhash==0.28.0
nbconvert==4.1.0
nbformat==4.0.1
networkx==1.11
nltk==3.2.5
nose==1.3.7
notebook==4.1.0
numba==0.24.0
numexpr==2.5
numpy==1.13.3
odo==0.4.2
openpyxl==2.3.2
pandas==0.18.0
partd==0.3.2
path.py==0.0.0
pathlib==1.0.1
patsy==0.4.0
pep8==1.7.0
pexpect==4.0.1
pickleshare==0.5
Pillow==3.1.1
plac==0.9.6
ply==3.8
preshed==1.0.0
psutil==4.1.0
ptyprocess==0.5
py==1.4.31
pyasn1==0.1.9
PyAudio==0.2.7
pycosat==0.6.1
pycparser==2.14
pycrypto==2.6.1
pycurl==7.19.5.3
pyflakes==1.1.0
Pygments==2.1.1
pyOpenSSL==0.15.1
pyparsing==2.0.3
pytest==2.8.5
python-dateutil==2.5.1
pytz==2016.2
PyYAML==3.11
pyzmq==15.2.0
QtAwesome==0.3.2
qtconsole==4.2.0
QtPy==1.0
redis==2.10.3
regex==2017.4.5
requests==2.18.4
rope==0.9.4
scikit-image==0.12.3
scikit-learn==0.17.1
scipy==0.17.0
simplegeneric==0.8.1
singledispatch==3.4.0.3
six==1.11.0
sklearn==0.0
snowballstemmer==1.2.1
sockjs-tornado==1.0.1
spacy==2.0.3
Sphinx==1.3.5
sphinx-rtd-theme==0.1.9
spyder==2.3.8
SQLAlchemy==1.0.12
statsmodels==0.6.1
sympy==1.0
tables==3.2.2
termcolor==1.1.0
terminado==0.5
thinc==6.10.1
toolz==0.8.2
tornado==4.3
tqdm==4.19.4
traitlets==4.2.1
ujson==1.35
unicodecsv==0.14.1
urllib3==1.22
virtualenv==15.1.0
wcwidth==0.1.7
webencodings==0.5.1
Werkzeug==0.11.4
wrapt==1.10.11
xlrd==0.9.4
XlsxWriter==0.8.4
xlwings==0.7.0
xlwt==1.0.0
这是当前目录的 ls 输出
bos-myusername:Demo myusername$ ls
Contact.csv removeStopWords.py tokenize.pyc
genDb.py tokenize.py
最佳答案
我可以从回溯中看到您在当前目录中有一个名为 tokenize.py
的文件。重命名该文件并删除 tokenize.pyc
,这样它们就不会隐藏标准库的 tokenize
的导入。 .
关于python - 无法为 nltk 导入名称 defaultdict 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48352048/
我通过 spring ioc 编写了一些 Rest 应用程序。但我无法解决这个问题。这是我的异常(exception): org.springframework.beans.factory.BeanC
我对 TestNG、Spring 框架等完全陌生,我正在尝试使用注释 @Value通过 @Configuration 访问配置文件注释。 我在这里想要实现的目标是让控制台从配置文件中写出“hi”,通过
为此工作了几个小时。我完全被难住了。 这是 CS113 的实验室。 如果用户在程序(二进制计算器)结束时选择继续,我们需要使用 goto 语句来到达程序的顶部。 但是,我们还需要释放所有分配的内存。
我正在尝试使用 ffmpeg 库构建一个小的 C 程序。但是我什至无法使用 avformat_open_input() 打开音频文件设置检查错误代码的函数后,我得到以下输出: Error code:
使用 Spring Initializer 创建一个简单的 Spring boot。我只在可用选项下选择 DevTools。 创建项目后,无需对其进行任何更改,即可正常运行程序。 现在,当我尝试在项目
所以我只是在 Mac OS X 中通过 brew 安装了 qt。但是它无法链接它。当我尝试运行 brew link qt 或 brew link --overwrite qt 我得到以下信息: ton
我在提交和 pull 时遇到了问题:在提交的 IDE 中,我看到: warning not all local changes may be shown due to an error: unable
我跑 man gcc | grep "-L" 我明白了 Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more inf
我有一段代码,旨在接收任何 URL 并将其从网络上撕下来。到目前为止,它运行良好,直到有人给了它这个 URL: http://www.aspensurgical.com/static/images/a
在过去的 5 个小时里,我一直在尝试在我的服务器上设置 WireGuard,但在完成所有设置后,我无法 ping IP 或解析域。 下面是服务器配置 [Interface] Address = 10.
我正在尝试在 GitLab 中 fork 我的一个私有(private)项目,但是当我按下 fork 按钮时,我会收到以下信息: No available namespaces to fork the
我这里遇到了一些问题。我是 node.js 和 Rest API 的新手,但我正在尝试自学。我制作了 REST API,使用 MongoDB 与我的数据库进行通信,我使用 Postman 来测试我的路
下面的代码在控制台中给出以下消息: Uncaught DOMException: Failed to execute 'appendChild' on 'Node': The new child el
我正在尝试调用一个新端点来显示数据,我意识到在上一组有效的数据中,它在数据周围用一对额外的“[]”括号进行控制台,我认为这就是问题是,而新端点不会以我使用数据的方式产生它! 这是 NgFor 失败的原
我正在尝试将我的 Symfony2 应用程序部署到我的 Azure Web 应用程序,但遇到了一些麻烦。 推送到远程时,我在终端中收到以下消息 remote: Updating branch 'mas
Minikube已启动并正在运行,没有任何错误,但是我无法 curl IP。我在这里遵循:https://docs.traefik.io/user-guide/kubernetes/,似乎没有提到关闭
每当我尝试docker组成任何项目时,都会出现以下错误。 我尝试过有和没有sudo 我在这台机器上只有这个问题。我可以在Mac和Amazon WorkSpace上运行相同的容器。 (myslabs)
我正在尝试 pip install stanza 并收到此消息: ERROR: No matching distribution found for torch>=1.3.0 (from stanza
DNS 解析看起来不错,但我无法 ping 我的服务。可能是什么原因? 来自集群中的另一个 Pod: $ ping backend PING backend.default.svc.cluster.l
我正在使用Hibernate 4 + Spring MVC 4当我开始 Apache Tomcat Server 8我收到此错误: Error creating bean with name 'wel
我是一名优秀的程序员,十分优秀!