首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MacOS上的python-crfsuite安装错误

MacOS上的python-crfsuite安装错误
EN

Stack Overflow用户
提问于 2019-09-13 17:30:23
回答 1查看 1.2K关注 0票数 1

我想使用以下命令为python3安装crfsuite

代码语言:javascript
复制
pip3 install python-crfsuite

但是它抛出了一个错误。

代码语言:javascript
复制
Building wheel for python-crfsuite (setup.py) ... error

  ERROR: Command errored out with exit status 1:

   command: /Library/Frameworks/Python.framework/Versions/3.7/bin
/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = 
'"'"'/private/var/folders/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-
install-jcwoi004/python-crfsuite/setup.py'"'"'; 
__file__='"'"'/private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-install-jcwoi004/python-
crfsuite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', 
open)(__file__);code=f.read().replace('"'"'\r\n'"'"', 
'"'"'\n'"'"');f.close();exec(compile(code, __file__, 
'"'"'exec'"'"'))' bdist_wheel -d /private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-wheel-evw_5zco --python-
tag cp37

       cwd: /private/var/folders/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn
/T/pip-install-jcwoi004/python-crfsuite/

  Complete output (25 lines):

  running bdist_wheel

  running build

  running build_py

  creating build

  creating build/lib.macosx-10.9-x86_64-3.7

  creating build/lib.macosx-10.9-x86_64-3.7/pycrfsuite

  copying pycrfsuite/__init__.py -> build/lib.macosx-10.9-
x86_64-3.7/pycrfsuite

  copying pycrfsuite/_dumpparser.py -> build/lib.macosx-10.9-
x86_64-3.7/pycrfsuite

  copying pycrfsuite/_logparser.py -> build/lib.macosx-10.9-
x86_64-3.7/pycrfsuite

  running build_ext

  building 'pycrfsuite._pycrfsuite' extension

  creating build/temp.macosx-10.9-x86_64-3.7

  creating build/temp.macosx-10.9-x86_64-3.7/pycrfsuite

  creating build/temp.macosx-10.9-x86_64-3.7/crfsuite

  creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib

  creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib/crf


     creating build/temp.macosx-10.9-x86_64-3.7/crfsuite
/lib/crf/src

  creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/swig

  creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib/cqdb

  creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib/cqdb/src

creating build/temp.macosx-10.9-x86_64-3.7/liblbfgs

  creating build/temp.macosx-10.9-x86_64-3.7/liblbfgs/lib

 gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-
common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g 
-Icrfsuite/include/ -Icrfsuite/lib/cqdb/include -Iliblbfgs/include 
-Ipycrfsuite -I/Library/Frameworks/Python.framework/Versions
/3.7/include/python3.7m -c pycrfsuite/_pycrfsuite.cpp -o 
build/temp.macosx-10.9-x86_64-3.7/pycrfsuite/_pycrfsuite.o -std=c99

  error: invalid argument '-std=c99' not allowed with 'C++/ObjC++'

  error: command 'gcc' failed with exit status 1

  ----------------------------------------

  ERROR: Failed building wheel for python-crfsuite

  Running setup.py clean for python-crfsuite

Failed to build python-crfsuite

Installing collected packages: python-crfsuite

  Running setup.py install for python-crfsuite ... error

    ERROR: Command errored out with exit status 1:

     command: /Library/Frameworks/Python.framework/Versions/3.7/bin
/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = 
'"'"'/private/var/folders/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-
install-jcwoi004/python-crfsuite/setup.py'"'"'; 
__file__='"'"'/private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-install-jcwoi004/python-
crfsuite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', 
open)(__file__);code=f.read().replace('"'"'\r\n'"'"', 
'"'"'\n'"'"');f.close();exec(compile(code, __file__, 
'"'"'exec'"'"'))' install --record /private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-record-xhn2aymp/install-
record.txt --single-version-externally-managed --compile

         cwd: /private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-install-jcwoi004/python-
crfsuite/

    Complete output (25 lines):

    running install

    running build

    running build_py

    creating build

    creating build/lib.macosx-10.9-x86_64-3.7

    creating build/lib.macosx-10.9-x86_64-3.7/pycrfsuite

    copying pycrfsuite/__init__.py -> build/lib.macosx-10.9-
x86_64-3.7/pycrfsuite

    copying pycrfsuite/_dumpparser.py -> build/lib.macosx-10.9-
x86_64-3.7/pycrfsuite

    copying pycrfsuite/_logparser.py -> build/lib.macosx-10.9-
x86_64-3.7/pycrfsuite

    running build_ext

    building 'pycrfsuite._pycrfsuite' extension

    creating build/temp.macosx-10.9-x86_64-3.7

    creating build/temp.macosx-10.9-x86_64-3.7/pycrfsuite

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib/crf

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib/crf/src

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/swig

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite/lib/cqdb

    creating build/temp.macosx-10.9-x86_64-3.7/crfsuite
/lib/cqdb/src

    creating build/temp.macosx-10.9-x86_64-3.7/liblbfgs

    creating build/temp.macosx-10.9-x86_64-3.7/liblbfgs/lib

    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-
common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g 
-Icrfsuite/include/ -Icrfsuite/lib/cqdb/include -Iliblbfgs/include 
-Ipycrfsuite -I/Library/Frameworks/Python.framework/Versions
/3.7/include/python3.7m -c pycrfsuite/_pycrfsuite.cpp -o 
build/temp.macosx-10.9-x86_64-3.7/pycrfsuite/_pycrfsuite.o -std=c99

    error: invalid argument '-std=c99' not allowed with 
'C++/ObjC++'

    error: command 'gcc' failed with exit status 1

    ----------------------------------------

ERROR: Command errored out with exit status 1: /Library/Frameworks
/Python.framework/Versions/3.7/bin/python3 -u -c 'import sys, 
setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-install-jcwoi004/python-
crfsuite/setup.py'"'"'; __file__='"'"'/private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-install-jcwoi004/python-
crfsuite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', 
open)(__file__);code=f.read().replace('"'"'\r\n'"'"', 
'"'"'\n'"'"');f.close();exec(compile(code, __file__, 
'"'"'exec'"'"'))' install --record /private/var/folders
/v7/q8v7r4xs6bzc7fpl1xlb3zgh0000gn/T/pip-record-xhn2aymp/install-
record.txt --single-version-externally-managed --compile Check the 
logs for full command output.

我没有见过其他人也有同样的问题,也许这是我看不到的明显的问题。我也是MacOS的新手,这并没有发生在我的视窗系统上。pip版本为19.2.3。如果有人能帮我解决这个问题。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-09-13 18:35:14

在github repo上有一堆关于这个问题的问题,但大多数都是在引用使用conda install时关闭的,这在这种情况下并不真正适用。在删除导致问题的标志的pull request中提到了One of them,因此您可以尝试从源代码安装,使用来自pedning拉取请求的版本,如下所示:

代码语言:javascript
复制
pip install git+git://github.com/kvinwang/python-crfsuite.git@fix69
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/57920918

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档