繁体   English   中英

MacOS上python-crfsuite的安装错误

[英]Installation Error for python-crfsuite on MacOS

我想使用安装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上并没有发生。 点的版本是19.2.3。 如果有人可以帮助我。

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

pip install git+git://github.com/kvinwang/python-crfsuite.git@fix69

暂无
暂无

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

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