You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/test/lib/python3.7/site-packages/ldap/__init__.py", line 34, in <module>
import _ldap
ImportError: dlopen(/private/tmp/test/lib/python3.7/site-packages/_ldap.cpython-37m-darwin.so, 2): Symbol not found: _ldap_init_fd
Referenced from: /private/tmp/test/lib/python3.7/site-packages/_ldap.cpython-37m-darwin.so
Expected in: flat namespace
in /private/tmp/test/lib/python3.7/site-packages/_ldap.cpython-37m-darwin.so
Operating system: MacOS 10.15.5 (Catalina)
Python version: CPython 3.7.7 (installed with Homebrew)
If you found a bug in python-ldap, or would request a new feature,
this is the place to let us know.
Please describe the issue and your environment here.
Issue description:
After installing python-ldap 3.3.0 on my iMac, it raises an
ImportErrorwhenever I try to import it.Steps to reproduce:
Output:
Operating system: MacOS 10.15.5 (Catalina)
Python version: CPython 3.7.7 (installed with Homebrew)
python-ldap version: 3.3.0