无法安装Django的ldap

2024-04-25 13:06:58 发布

您现在位置:Python中文网/ 问答频道 /正文

我有一个问题,django auth ldap是否可用于python3.4?ldap包似乎可用,但另一个包要么我无法安装,要么还不可用。黑客有人吗?在


Tags: djangoauthldap
1条回答
网友
1楼 · 发布于 2024-04-25 13:06:58

是的,但不是通过pip安装python ldap。在

根据https://pythonhosted.org/django-auth-ldap/

Support for Python >= 3.3 is considered experimental at this time. Since python-ldap doesn’t support Python 3 yet, you have to install a fork:

$ pip install git+https://github.com/rbarrois/python-ldap.git@py3

这在python3.4上运行得很好。在

相关问题 更多 >