1

我想使用为 python3 安装 crfsuite

pip3 install python-crfsuite

但它会引发错误。

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 的新手,这在 Windows 上并没有发生在我身上。pip 版本是 19.2.3 。如果有人可以请帮助我。

4

1 回答 1

3

在 github repo 上有很多关于这个问题的问题,但大部分都关闭了对 just use 的引用conda install,这在这种情况下并不适用。其中一个在拉取请求中提到了删除导致问题的标志,因此您可以尝试从源代码安装,使用来自 pedning 拉取请求的版本,如下所示:

pip install git+git://github.com/kvinwang/python-crfsuite.git@fix69
于 2019-09-13T10:35:13.913 回答