久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='2cSok'></tfoot>

    <small id='2cSok'></small><noframes id='2cSok'>

  • <legend id='2cSok'><style id='2cSok'><dir id='2cSok'><q id='2cSok'></q></dir></style></legend>

    1. <i id='2cSok'><tr id='2cSok'><dt id='2cSok'><q id='2cSok'><span id='2cSok'><b id='2cSok'><form id='2cSok'><ins id='2cSok'></ins><ul id='2cSok'></ul><sub id='2cSok'></sub></form><legend id='2cSok'></legend><bdo id='2cSok'><pre id='2cSok'><center id='2cSok'></center></pre></bdo></b><th id='2cSok'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='2cSok'><tfoot id='2cSok'></tfoot><dl id='2cSok'><fieldset id='2cSok'></fieldset></dl></div>

        <bdo id='2cSok'></bdo><ul id='2cSok'></ul>

        在 Centos 7 上安裝 lxml - 錯誤:命令“gcc"失敗,

        Install lxml on Centos 7 - error: command #39;gcc#39; failed with exit status 4(在 Centos 7 上安裝 lxml - 錯誤:命令“gcc失敗,退出狀態(tài)為 4)
          • <bdo id='GGOOL'></bdo><ul id='GGOOL'></ul>

            1. <i id='GGOOL'><tr id='GGOOL'><dt id='GGOOL'><q id='GGOOL'><span id='GGOOL'><b id='GGOOL'><form id='GGOOL'><ins id='GGOOL'></ins><ul id='GGOOL'></ul><sub id='GGOOL'></sub></form><legend id='GGOOL'></legend><bdo id='GGOOL'><pre id='GGOOL'><center id='GGOOL'></center></pre></bdo></b><th id='GGOOL'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='GGOOL'><tfoot id='GGOOL'></tfoot><dl id='GGOOL'><fieldset id='GGOOL'></fieldset></dl></div>
              1. <legend id='GGOOL'><style id='GGOOL'><dir id='GGOOL'><q id='GGOOL'></q></dir></style></legend>
                  <tbody id='GGOOL'></tbody>
                <tfoot id='GGOOL'></tfoot>

                <small id='GGOOL'></small><noframes id='GGOOL'>

                  本文介紹了在 Centos 7 上安裝 lxml - 錯誤:命令“gcc"失敗,退出狀態(tài)為 4的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我在虛擬環(huán)境中使用 python 3.4:

                  I'm using python 3.4 in a virtual environment:

                  (af)[root@domain backend]# pip --version
                  pip 7.1.0 from /home/af/af-stage/backend/.ves/af/lib/python3.4/site-packages (python 3.4)
                  

                  lxml 安裝失敗錯誤:命令 'gcc' 失敗,退出狀態(tài)為 4":

                  Installation of lxml failed "error: command 'gcc' failed with exit status 4":

                  (af)[root@domain backend]# pip install lxml
                  You are using pip version 7.1.0, however version 7.1.2 is available.
                  You should consider upgrading via the 'pip install --upgrade pip' command.
                  Collecting lxml
                    Using cached lxml-3.5.0.tar.gz
                  Building wheels for collected packages: lxml
                    Running setup.py bdist_wheel for lxml
                    Complete output from command /home/af/af-stage/backend/.ves/af/bin/python3.4 -c "import setuptools;__file__='/tmp/pip-build-tlogtyk2/lxml/setup.py';exec(compile(open(__file__).read().replace('
                  ', '
                  '), __file__, 'exec'))" bdist_wheel -d /tmp/tmpod9hcw0ypip-wheel-:
                    Building lxml version 3.5.0.
                    Building without Cython.
                    Using build configuration of libxslt 1.1.28
                    Building against libxml2/libxslt in the following directory: /usr/lib64
                    running bdist_wheel
                    running build
                    running build_py
                    creating build
                    creating build/lib.linux-x86_64-3.4
                    creating build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/__init__.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/builder.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/sax.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/cssselect.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-3.4/lxml
                    creating build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-3.4/lxml/includes
                    creating build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/builder.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/diff.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/defs.py -> build/lib.linux-x86_64-3.4/lxml/html
                    copying src/lxml/html/clean.py -> build/lib.linux-x86_64-3.4/lxml/html
                    creating build/lib.linux-x86_64-3.4/lxml/isoschematron
                    copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-3.4/lxml/isoschematron
                    copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-3.4/lxml
                    copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.4/lxml/includes
                    copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-3.4/lxml/includes
                    creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources
                    creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/rng
                    copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/rng
                    creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl
                    copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl
                    copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl
                    creating build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-3.4/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
                    running build_ext
                    building 'lxml.etree' extension
                    creating build/temp.linux-x86_64-3.4
                    creating build/temp.linux-x86_64-3.4/src
                    creating build/temp.linux-x86_64-3.4/src/lxml
                    gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/usr/include/python3.4m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.4/src/lxml/lxml.etree.o -w
                    {standard input}: Assembler messages:
                    {standard input}:1531298: Error: unknown pseudo-op: `.uleb'
                    gcc: internal compiler error: Killed (program cc1)
                    Please submit a full bug report,
                    with preprocessed source if appropriate.
                    See <http://bugzilla.redhat.com/bugzilla> for instructions.
                    Compile failed: command 'gcc' failed with exit status 4
                    creating tmp
                    cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitpm92p5c8.c -o tmp/xmlXPathInitpm92p5c8.o
                    cc tmp/xmlXPathInitpm92p5c8.o -L/usr/lib64 -lxml2 -o a.out
                    error: command 'gcc' failed with exit status 4
                  
                    ----------------------------------------
                    Failed building wheel for lxml
                  Failed to build lxml
                  Installing collected packages: lxml
                    Running setup.py install for lxml
                      Complete output from command /home/af/af-stage/backend/.ves/af/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-tlogtyk2/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
                  ', '
                  '), __file__, 'exec'))" install --record /tmp/pip-99hwjy1o-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/af/af-stage/backend/.ves/af/include/site/python3.4/lxml:
                      Building lxml version 3.5.0.
                      Building without Cython.
                      Using build configuration of libxslt 1.1.28
                      Building against libxml2/libxslt in the following directory: /usr/lib64
                      running install
                      running build
                      running build_py
                      copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-3.4/lxml/includes
                      running build_ext
                      building 'lxml.etree' extension
                      gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/usr/include/python3.4m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.4/src/lxml/lxml.etree.o -w
                      {standard input}: Assembler messages:
                      {standard input}:1320351: Error: unknown pseudo-op: `.uleb1'
                      gcc: internal compiler error: Killed (program cc1)
                      Please submit a full bug report,
                      with preprocessed source if appropriate.
                      See <http://bugzilla.redhat.com/bugzilla> for instructions.
                      Compile failed: command 'gcc' failed with exit status 4
                      cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInit3tj66iu0.c -o tmp/xmlXPathInit3tj66iu0.o
                      cc tmp/xmlXPathInit3tj66iu0.o -L/usr/lib64 -lxml2 -o a.out
                      error: command 'gcc' failed with exit status 4
                  
                      ----------------------------------------
                  Command "/home/af/af-stage/backend/.ves/af/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-tlogtyk2/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('
                  ', '
                  '), __file__, 'exec'))" install --record /tmp/pip-99hwjy1o-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/af/af-stage/backend/.ves/af/include/site/python3.4/lxml" failed with error code 1 in /tmp/pip-build-tlogtyk2/lxml
                  

                  注意事項(xiàng):
                  我已經(jīng)完成了 yum install libxslt-devel libxml2-devel

                  推薦答案

                  這對我有用:yum install -y libxml2 libxml2-devel libxslt libxslt-devel

                  這篇關(guān)于在 Centos 7 上安裝 lxml - 錯誤:命令“gcc"失敗,退出狀態(tài)為 4的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  python: Two modules and classes with the same name under different packages(python:不同包下同名的兩個模塊和類)
                  Configuring Python to use additional locations for site-packages(配置 Python 以使用站點(diǎn)包的其他位置)
                  How to structure python packages without repeating top level name for import(如何在不重復(fù)導(dǎo)入頂級名稱的情況下構(gòu)造python包)
                  Install python packages on OpenShift(在 OpenShift 上安裝 python 包)
                  How to refresh sys.path?(如何刷新 sys.path?)
                  Distribute a Python package with a compiled dynamic shared library(分發(fā)帶有已編譯動態(tài)共享庫的 Python 包)

                  • <small id='kGVDM'></small><noframes id='kGVDM'>

                      <bdo id='kGVDM'></bdo><ul id='kGVDM'></ul>
                        <tbody id='kGVDM'></tbody>

                          <i id='kGVDM'><tr id='kGVDM'><dt id='kGVDM'><q id='kGVDM'><span id='kGVDM'><b id='kGVDM'><form id='kGVDM'><ins id='kGVDM'></ins><ul id='kGVDM'></ul><sub id='kGVDM'></sub></form><legend id='kGVDM'></legend><bdo id='kGVDM'><pre id='kGVDM'><center id='kGVDM'></center></pre></bdo></b><th id='kGVDM'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='kGVDM'><tfoot id='kGVDM'></tfoot><dl id='kGVDM'><fieldset id='kGVDM'></fieldset></dl></div>
                          <legend id='kGVDM'><style id='kGVDM'><dir id='kGVDM'><q id='kGVDM'></q></dir></style></legend>
                            <tfoot id='kGVDM'></tfoot>
                            主站蜘蛛池模板: 午夜精品一区二区三区在线观看 | 午夜精品久久久久久久久久久久久 | 四虎成人免费电影 | 国产精品久久久久久久久 | 91免费视频观看 | 日韩成人av在线 | 91黄在线观看 | 免费簧片视频 | 日韩小视频在线 | 亚州春色| 国产精品视频一 | 99久久久国产精品 | 日韩在线一区二区三区 | 亚洲欧美精品国产一级在线 | 久久国产精品久久久久久久久久 | 国产精品色 | 久久亚洲天堂 | 日韩久久中文字幕 | 久久综合一区二区三区 | 91av视频在线免费观看 | 欧美国产一区二区 | 在线免费中文字幕 | 国产精品69毛片高清亚洲 | 亚洲视频一区二区三区 | 在线观看亚洲精品视频 | 国产视频一区二区三区四区五区 | 日韩在线欧美 | 成人欧美一区二区三区色青冈 | 国产一区h | 九色porny自拍视频 | 中文字幕一区在线 | 草久网 | 日本公妇乱淫xxxⅹ 国产在线不卡 | 亚洲欧美日韩在线 | 久久99精品久久久 | 在线日韩中文字幕 | 亚洲精彩视频 | 亚洲高清在线观看 | 欧美精品在线免费 | 天天干天天爱天天 | 国产成人免费视频网站高清观看视频 |