pyldap / pyldap

THIS FORK IS DEPRECATED; development moved to python-ldap
https://github.com/python-ldap/python-ldap
Other
105 stars 34 forks source link

Install Error Visual studio 2014 dependancy? #108

Closed jscull closed 7 years ago

jscull commented 7 years ago

Trying to install via Pip and the package off of the python package index, both routes I get this error:

error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2

From this point the install exits and ends.

jscull commented 7 years ago

Fixed by installing through whl file found here: http://www.lfd.uci.edu/~gohlke/pythonlibs/

Might want to address the issue in pip fails to build the wheel from dist?

hroncok commented 7 years ago

Maybe we could talk to @cgohlke and make those builds available directly from PyPI?

jscull commented 7 years ago

I also had issues installing via your setup.py, but all dependencies you listed where met.