0
点赞
收藏
分享

微信扫一扫

centos 安装odoo的python依赖报错

错误内容: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 条评论