Guo142326 2023-06-04 17:48 采纳率: 50%
浏览 19

crfsuite安装


pip install python-crfsuite
Collecting python-crfsuite
  Using cached python-crfsuite-0.9.9.tar.gz (440 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: python-crfsuite
  Building wheel for python-crfsuite (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for python-crfsuite (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [12 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build\lib.win-amd64-cpython-311
      creating build\lib.win-amd64-cpython-311\pycrfsuite
      copying pycrfsuite\_dumpparser.py -> build\lib.win-amd64-cpython-311\pycrfsuite
      copying pycrfsuite\_logparser.py -> build\lib.win-amd64-cpython-311\pycrfsuite
      copying pycrfsuite\__init__.py -> build\lib.win-amd64-cpython-311\pycrfsuite
      running build_ext
      building 'pycrfsuite._pycrfsuite' extension
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for python-crfsuite
Failed to build python-crfsuite
ERROR: Could not build wheels for python-crfsuite, which is required to install pyproject.toml-based projects

安装python包crfsuite老是出现这样的问题,conda我也下载过了也不行,又卸载了,python也卸载下载了最新的,就是安装不了crfsuite

  • 写回答

1条回答 默认 最新

  • Leodong. 2023-06-04 17:57
    关注

    该回答通过自己思路及引用到GPTᴼᴾᴱᴺᴬᴵ搜索,得到内容具体如下:

    根据报错信息,你需要安装 Microsoft Visual C++ 14.0 或更高版本才能编译安装 python-crfsuite。你可以从以下链接下载并安装 "Microsoft Visual C++ Build Tools":

    https://visualstudio.microsoft.com/visual-cpp-build-tools/

    安装完成后,重新运行命令:

    pip install python-crfsuite
    

    如果你已经安装了 "Microsoft Visual C++ Build Tools",但仍然遇到了问题,你可以尝试以下几个解决方法:

    1、 升级 pip:

    pip install --upgrade pip
    

    2、 升级 setuptools:

    pip install --upgrade setuptools
    

    3、 直接下载编译好的二进制文件安装:

    你可以从以下链接下载适用于你的 Python 版本的二进制文件:

    https://www.lfd.uci.edu/~gohlke/pythonlibs/#python-crfsuite

    下载后,使用 pip 安装:

    pip install 下载的文件名.whl
    

    其中,下载的文件名中包含了 Python 版本、操作系统和 CPU 架构等信息。


    如果以上回答对您有所帮助,点击一下采纳该答案~谢谢

    评论 编辑记录

报告相同问题?

问题事件

  • 创建了问题 6月4日

悬赏问题

  • ¥15 R语言卸载之后无法重装,显示电脑存在下载某些较大二进制文件行为,怎么办
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?
  • ¥15 关于#vue.js#的问题:修改用户信息功能图片无法回显,数据库中只存了一张图片(相关搜索:字符串)
  • ¥15 texstudio的问题,
  • ¥15 spaceclaim模型变灰色
  • ¥15 求一份华为esight平台V300R009C00SPC200这个型号的api接口文档
  • ¥15 字符串比较代码的漏洞
  • ¥15 欧拉系统opt目录空间使用100%
  • ¥15 ul做导航栏格式不对怎么改?