python3 pip3 安装python-ldap失败

发布时间 2023-09-12 16:11:58作者: 干炸小黄鱼

pip3安装时提示
ERROR: Could not build wheels for python-ldap, uWSGI, M2Crypto, which is required to install pyproject.toml-based projects
ERROR: Could not build wheels for uWSGI, which is required to install pyproject.toml-based projects
需要

apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev
pip3 install python-ldap