conda install sklearn_crfsuite 在 spyder 中不起作用

Posted

技术标签:

【中文标题】conda install sklearn_crfsuite 在 spyder 中不起作用【英文标题】:conda install sklearn_crfsuite not working in spyder 【发布时间】:2019-03-21 23:33:39 【问题描述】:

我是 spyder 的新手,并试图弄清楚如何安装 sklearn_crfsuite。这是我在 spyder ipython 控制台中安装时遇到的错误:

命令:conda install sklearn_crfsuite

Solving environment: ...working... failed

PackagesNotFoundError: The following packages are not available from current channels:

  - sklearn_crfsuite;

Spyder 版本:3.2.8

有人可以帮我解决这个问题吗?

【问题讨论】:

你试过conda install -c conda-forge python-crfsuite(见here吗?我问这个在Windows上为我安装了这个包,但是当我尝试导入它时(import import sklearn_crfsuite),Spyder给了我一个ModuleNotFoundError: No module named 'sklearn_crfsuite',即使此导入在我的 Mac 上运行良好。 【参考方案1】:

解决了这个问题。

如果 conda 或 Anaconda.org 中没有可用的包,您可以使用 pip 等其他包管理器查找并安装该包。

Step 1 : install pip in current conda environment with the command 'conda install pip'
Step 2 : install the required package with the command 'pip install sklearn_crfsuite'
Step-3 : verify package is installed with the command 'conda list'

参考:https://conda.io/docs/user-guide/tasks/manage-pkgs.html#installing-non-conda-packages

【讨论】:

虽然此链接可能会回答问题,但最好在此处包含答案的基本部分并提供链接以供参考。如果链接页面发生更改,仅链接答案可能会失效。 - From Review @SambhavSharma,当然。也会这样做。 :)

以上是关于conda install sklearn_crfsuite 在 spyder 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章

pip install vs conda install [重复]

conda install

conda install 出错

解决conda install numpy 报错

解决conda install numpy 报错

解决conda install numpy 报错