-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
On a freshly-installed CentOS 8 system where I just run 'pip3 install ldap-groups', I see:
>>> import ldap_groups
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/site-packages/ldap_groups/__init__.py", line 1, in <module>
from .groups import ADGroup # noqa: F401
File "/usr/local/lib/python3.6/site-packages/ldap_groups/groups.py", line 12, in <module>
from ldap3 import (Server, Connection, SEARCH_SCOPE_BASE_OBJECT, SEARCH_SCOPE_WHOLE_SUBTREE, MODIFY_DELETE,
ImportError: cannot import name 'SEARCH_SCOPE_BASE_OBJECT'
This has actually been a problem on previous releases too (e.g. RHEL7), but I was hoping that a recent install would work.
Metadata
Metadata
Assignees
Labels
No labels