-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't intall python-ldap #3
Comments
You are missing build tools which are required to build native extensions. |
Hi @SuperSandro2000 |
You also need to install |
apt-get install build-essential python3-dev python2.7-dev should update readme to say all this needs installed to work on current kali |
sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev |
Hi there,
I can't install python-ldap library on Pycharm IDE or my Linux server.
Pycharm screenshot: https://prnt.sc/s3sq3r
Linux server screenshot: https://prnt.sc/s3st1j (pip3 install python-ldap)
Can you help resolve it? Tk U!
The text was updated successfully, but these errors were encountered: