Skip to content Skip to sidebar Skip to footer

Pip Fails To Install Github Package 'python-ldap', C++ 10 Required

I'm trying to install this python3 fork of python-ldap. I've gotten to the point where I've downloaded the zip, and I'm just pointing pip to the zip file. pip install D:\Users\<

Solution 1:

You need Microsoft's 2010 C++ compiler. If you have a Visual Studio license then you can use that otherwise the only way to get the 64bit compiler is from the Windows SDK.


Post a Comment for "Pip Fails To Install Github Package 'python-ldap', C++ 10 Required"