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
标签:pip3,python,dev,install,ldap,python3
From: https://www.cnblogs.com/gatling/p/17696481.html