<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      ubuntu24.01 安裝odoo18依賴報錯command 'x86_64-linux-gnu-gcc' failed: No such file or directory

        Stored in directory: /home/odoo/.cache/pip/wheels/77/5b/07/8f6fd252b4274383642901cddf59c85d74322c6ee887b7f375
        Building wheel for psycopg2 (pyproject.toml) ... error
        error: subprocess-exited-with-error
          × Building wheel for psycopg2 (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [43 lines of output]
            /tmp/pip-build-env-e0jv9cvs/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
            !!
                          ********************************************************************************
                    Please consider removing the following classifiers in favor of a SPDX license expression:
                          License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
                          See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
                    ********************************************************************************
                  !!
              self._finalize_license_expression()
            running bdist_wheel
            running build
            running build_py
            creating build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/__init__.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/_ipaddress.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/_json.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/_range.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/errorcodes.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/errors.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/extensions.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/extras.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/pool.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/sql.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            copying lib/tz.py -> build/lib.linux-x86_64-cpython-312/psycopg2
            running build_ext
            building 'psycopg2._psycopg' extension
            creating build/temp.linux-x86_64-cpython-312/psycopg
            x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC "-DPSYCOPG_VERSION=2.9.9 (dt dec pq3 ext lo64)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=160009 -DHAVE_LO64=1 -DPSYCOPG_DEBUG=1 -I/home/odoo/odoo18/venv_odoo/include -I/usr/include/python3.12 -I. -I/usr/include/postgresql -I/usr/include/postgresql/16/server -I/usr/include/libxml2 -c psycopg/adapter_asis.c -o build/temp.linux-x86_64-cpython-312/psycopg/adapter_asis.o -Wdeclaration-after-statement
                  It appears you are missing some prerequisite to build the package from source.
                  You may install a binary package by installing 'psycopg2-binary' from PyPI.
            If you want to install psycopg2 from source, please install the packages
            required for the build and try again.
                  For further information please check the 'doc/src/install.rst' file (also at
            <https://www.psycopg.org/docs/install.html>).
                  error: command 'x86_64-linux-gnu-gcc' failed: No such file or directory
            [end of output]
          note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for psycopg2
        Building wheel for python-ldap (pyproject.toml) ... error
        error: subprocess-exited-with-error
          × Building wheel for python-ldap (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [91 lines of output]
            /tmp/pip-build-env-16j2mj9q/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
              warnings.warn(msg)
            /tmp/pip-build-env-16j2mj9q/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
            !!
                          ********************************************************************************
                    Please consider removing the following classifiers in favor of a SPDX license expression:
                          License :: OSI Approved :: Python Software Foundation License
                          See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
                    ********************************************************************************
                  !!
              self._finalize_license_expression()
            running bdist_wheel
            running build
            running build_py
            creating build/lib.linux-x86_64-cpython-312
            copying Lib/ldapurl.py -> build/lib.linux-x86_64-cpython-312
            copying Lib/ldif.py -> build/lib.linux-x86_64-cpython-312
            creating build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/__init__.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/async.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/asyncsearch.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/cidict.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/compat.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/constants.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/dn.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/filter.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/functions.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/ldapobject.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/logger.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/modlist.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/pkginfo.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/resiter.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/sasl.py -> build/lib.linux-x86_64-cpython-312/ldap
            copying Lib/ldap/syncrepl.py -> build/lib.linux-x86_64-cpython-312/ldap
            creating build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/__init__.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/deref.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/libldap.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/openldap.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/pagedresults.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/ppolicy.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/psearch.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/pwdpolicy.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/readentry.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/sessiontrack.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/simple.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/sss.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            copying Lib/ldap/controls/vlv.py -> build/lib.linux-x86_64-cpython-312/ldap/controls
            creating build/lib.linux-x86_64-cpython-312/ldap/extop
            copying Lib/ldap/extop/__init__.py -> build/lib.linux-x86_64-cpython-312/ldap/extop
            copying Lib/ldap/extop/dds.py -> build/lib.linux-x86_64-cpython-312/ldap/extop
            copying Lib/ldap/extop/passwd.py -> build/lib.linux-x86_64-cpython-312/ldap/extop
            creating build/lib.linux-x86_64-cpython-312/ldap/schema
            copying Lib/ldap/schema/__init__.py -> build/lib.linux-x86_64-cpython-312/ldap/schema
            copying Lib/ldap/schema/models.py -> build/lib.linux-x86_64-cpython-312/ldap/schema
            copying Lib/ldap/schema/subentry.py -> build/lib.linux-x86_64-cpython-312/ldap/schema
            copying Lib/ldap/schema/tokenizer.py -> build/lib.linux-x86_64-cpython-312/ldap/schema
            creating build/lib.linux-x86_64-cpython-312/slapdtest
            copying Lib/slapdtest/__init__.py -> build/lib.linux-x86_64-cpython-312/slapdtest
            copying Lib/slapdtest/_slapdtest.py -> build/lib.linux-x86_64-cpython-312/slapdtest
            running egg_info
            writing Lib/python_ldap.egg-info/PKG-INFO
            writing dependency_links to Lib/python_ldap.egg-info/dependency_links.txt
            writing requirements to Lib/python_ldap.egg-info/requires.txt
            writing top-level names to Lib/python_ldap.egg-info/top_level.txt
            reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt'
            reading manifest template 'MANIFEST.in'
            no previously-included directories found matching 'Doc/.build'
            adding license file 'LICENCE'
            writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt'
            creating build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/README -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/ca.conf -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/ca.pem -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/client.conf -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/client.key -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/client.pem -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/gencerts.sh -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/gennssdb.sh -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/server.conf -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/server.key -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            copying Lib/slapdtest/certs/server.pem -> build/lib.linux-x86_64-cpython-312/slapdtest/certs
            running build_ext
            building '_ldap' extension
            creating build/temp.linux-x86_64-cpython-312/Modules
            x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -DHAVE_SASL -DHAVE_TLS -DLDAPMODULE_VERSION=3.4.4 "-DLDAPMODULE_AUTHOR=python-ldap project" "-DLDAPMODULE_LICENSE=Python style" -IModules -I/home/odoo/odoo18/venv_odoo/include -I/usr/include/python3.12 -c Modules/LDAPObject.c -o build/temp.linux-x86_64-cpython-312/Modules/LDAPObject.o
            error: command 'x86_64-linux-gnu-gcc' failed: No such file or directory
            [end of output]
          note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for python-ldap
        Building wheel for rjsmin (pyproject.toml) ... done
        Created wheel for rjsmin: filename=rjsmin-1.2.0-py3-none-any.whl size=12500 sha256=5a2ce6dec8c9566b49178f24fc6939b0afb987cff183fe130c50507ab354714f
        Stored in directory: /home/odoo/.cache/pip/wheels/ab/d6/d4/4e529d53a28c9281dd23ea0dba2c92cec871896491e6ce3651
        Building wheel for vobject (pyproject.toml) ... done
        Created wheel for vobject: filename=vobject-0.9.6.1-py3-none-any.whl size=47546 sha256=b3805dd98133ba49403c140a1fb3933321a80fa15851fd093c8757d1c1dd0288
        Stored in directory: /home/odoo/.cache/pip/wheels/87/1b/3d/2479a6983ef4a9bc5f68b0c663e2e16a07b506f508ff1e3c81
        Building wheel for docopt (pyproject.toml) ... done
        Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13783 sha256=d3f5dba995a4e50ac03d4051169ef149606b6e9963e5e4c9f40339a5b3602062
        Stored in directory: /home/odoo/.cache/pip/wheels/2a/b8/31/1189f1b62b270fe951056e25a0bf7aca2c5241dac0c5d3db68
      Successfully built ofxparse rjsmin vobject docopt
      Failed to build psycopg2 python-ldap
      error: failed-wheel-build-for-install
      
      × Failed to build installable wheels for some pyproject.toml based projects
      ╰─> psycopg2, python-ldap
      

      這個錯誤表明在嘗試構建psycopg2python-ldap這兩個Python包的過程中遇到了問題。錯誤信息中提到了找不到x86_64-linux-gnu-gcc編譯器,這通常是因為缺少必要的構建工具和庫。

      要解決這個問題,您可以按照以下步驟操作:

      1. 安裝構建工具
        首先,確保您的系統上安裝了GCC和其他必要的構建工具。在Ubuntu上,您可以使用以下命令安裝:

        sudo apt-get update
        sudo apt-get install build-essential -y
        
      2. 安裝PostgreSQL開發庫
        psycopg2是Python的PostgreSQL數據庫適配器,它需要PostgreSQL的開發庫來進行編譯。使用以下命令安裝:

        sudo apt-get install libpq-dev
        
      3. 安裝OpenLDAP開發庫
        python-ldap`是Python的LDAP庫,它需要OpenLDAP的開發庫來進行編譯。使用以下命令安裝:

        sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev
        
      4. 重新安裝包
        在安裝了必要的依賴項之后,嘗試再次安裝這兩個包。您可以使用以下命令:

        pip install psycopg2
        pip install python-ldap
        
      posted @ 2025-08-04 22:29  歐度卜永  閱讀(52)  評論(0)    收藏  舉報
      主站蜘蛛池模板: a男人的天堂久久a毛片| 亚洲午夜理论无码电影| 在线观看免费人成视频色| 看全色黄大黄大色免费久久| 家居| 国产精品青草久久久久福利99 | 国产精品香蕉在线观看不卡| 武夷山市| 亚洲一线二线三线品牌精华液久久久| 熟妇啊轻点灬大JI巴太粗| 金门县| 久久久久国产精品熟女影院| 国产福利高颜值在线观看| 日本高清视频网站www| 欧美人与动牲交a免费| 一亚洲一区二区中文字幕| 美女裸体黄网站18禁止免费下载 | 熟女亚洲综合精品伊人久久 | 襄城县| 人妻中文字幕精品系列| 人妻少妇精品久久| 精品乱码一区二区三四五区| 亚洲欧洲日产国产 最新| 欧美人成精品网站播放| 和艳妇在厨房好爽在线观看| 国产精品亚韩精品无码a在线| 国产精品亚洲专区无码破解版| 国产精品成人久久电影| 志丹县| 亚洲中文无码永久免费| 在线精品视频一区二区| 可以在线观看的亚洲视频| 国产95在线 | 亚洲| 国精品人妻无码一区免费视频电影 | 亚洲国产日韩精品久久| 国产av中文字幕精品| 欧美大胆老熟妇乱子伦视频| 精品一区二区三区四区五区| 国产一区二区三区黄色片| 亚洲天堂精品一区二区| 午夜福制92视频|