報(bào)錯(cuò):
odoo安裝 python-ldap 報(bào)錯(cuò)pyproject.toml-based,實(shí)際上,這個(gè)是一個(gè)Python3 安裝報(bào)錯(cuò)。
下面是原始安裝報(bào)錯(cuò)輸出:
Collecting python-ldap
Using cached python-ldap-3.4.3.tar.gz (377 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pyasn1-modules>=0.1.5
Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting pyasn1>=0.3.7
Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Building wheels for collected packages: python-ldap
Building wheel for python-ldap (pyproject.toml) ... error
error: subprocess-exited-with-error
這里是一堆報(bào)錯(cuò)輸出。。。
× Building wheel for python-ldap (pyproject.toml) did not run successfully.Collecting python-ldap
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for python-ldap
Failed to build python-ldap
ERROR: Could not build wheels for python-ldap, which is required to install pyproject.toml-based projects
解決:
根本原因是由于操作系統(tǒng)沒(méi)有完整安裝必要的組件導(dǎo)致。
在安裝應(yīng)用前,請(qǐng)執(zhí)行如下把操作系統(tǒng)更新至最新:
$ sudo apt update && sudo apt upgrade //把操作系統(tǒng)更新至最新
執(zhí)行組件更新:
$ sudo apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev
執(zhí)行完成后,接著執(zhí)行python-ldap安裝:文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-509985.html
$ pip install python-ldap
安裝成功結(jié)果輸出:文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-509985.html
Collecting python-ldap
Using cached python-ldap-3.4.3.tar.gz (377 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pyasn1-modules>=0.1.5
Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting pyasn1>=0.3.7
Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Building wheels for collected packages: python-ldap
Building wheel for python-ldap (pyproject.toml) ... done
Created wheel for python-ldap: filename=python_ldap-3.4.3-cp39-cp39-linux_x86_64.whl size=326387 sha256=2ebd6bec0edb8f902b7f5140d7f5c2f09a9064900fabc273fd85f4f1a1ddc0c3
Stored in directory: /home/jason/.cache/pip/wheels/ec/de/e6/8c0e2bd0d785d11128b46a8c5d5591457d3c63139567a37fa3
Successfully built python-ldap
Installing collected packages: pyasn1, pyasn1-modules, python-ldap
Successfully installed pyasn1-0.4.8 pyasn1-modules-0.2.8 python-ldap-3.4.3
到了這里,關(guān)于ERROR: Could not build wheels for python-ldap, which is required to install pyproject.toml-base proj的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!