繁体   English   中英

康达安装sklearn_crfsuite在spyder中不起作用

[英]conda install sklearn_crfsuite not working in spyder

我是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或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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM