错误内容:ERROR: Could not build wheels for python-ldap, which is required to install pyproject.toml-based projects
解决方法:
yum install openldap-devel -y
pip3 install ez_setup
pip3 install setuptools==57.5.0
centos 安装odoo的python依赖报错
阅读 40
2023-09-21
错误内容:ERROR: Could not build wheels for python-ldap, which is required to install pyproject.toml-based projects
解决方法:
yum install openldap-devel -y
pip3 install ez_setup
pip3 install setuptools==57.5.0
相关推荐
精彩评论(0)