python - conda安装sklearn_crfsuite在spyder中不起作用

标签 python scikit-learn anaconda spyder conda

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

关于python - conda安装sklearn_crfsuite在spyder中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52852316/

相关文章:

python - 训练数据的拟合变换和测试数据的变换

python - conda环境下,无法导入已安装的包

python - 无法嵌入 Bokeh 图

python - 如何设置 Visual Studio 以尊重 PYTHONPATH 中的文件夹?

javascript - javascript修改后如何获取Html代码?

python - 无法在 Ubuntu 14.04 上升级 pip 1.5.4 - InsecurePlatformWarning : A true SSLContext object is not available

python - python scikit 中更快的数据拟合(或学习)功能

performance - ElasticNet 非常慢

python - 如何在简单函数 : (Finding Triangles in network) 上使用 Cythonize/allow numba.jit

python - 将相同的连续值分组到 pandas 中并存储 : values, 索引和列切片