gpt4 book ai didi

python - Jupyter notebook 无法识别 Gensim 库

转载 作者:行者123 更新时间:2023-12-02 20:53:30 25 4
gpt4 key购买 nike

我有一个大数据平台。在那上面我安装了 Anaconda。当我通过 ssh 连接到我在平台上的帐户并在终端中打开一个 Python 解释器时,当我导入 gensim 库时它工作正常。我之前使用

安装了这个库
Conda install gensim

$ python
Python 2.7.12 |Anaconda 2.5.0 (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import gensim
/home/anaconda2/lib/python2.7/site-packages/gensim/utils.py:1015: UserWarning: Pattern library is not installed, lemmatization won't be available.
warnings.warn("Pattern library is not installed, lemmatization won't be available.")

如果您看到它确实导入了库(只是对模式库给出了一些警告)。但是,当我打开 Jupyter notebook 并尝试在其中导入相同的库时,它会显示以下内容:

In [11]:

import gensim
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-11-0539d76422c6> in <module>()
----> 1 import gensim

ImportError: No module named gensim

我不确定为什么安装的同一个库在 Jupyter 中不起作用。请注意,当我这样做时

pip list

它向我展示了所有的库,并且那里有 gensim。

最佳答案

pip list 不会显示 conda 模块尝试 conda list 以确保安装了 gensim 模块

编辑:

还要确保您的 kernelspec 和 python 解释器指向相同的环境

http://jupyter-client.readthedocs.io/en/stable/api/kernelspec.html

关于python - Jupyter notebook 无法识别 Gensim 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41273573/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com