noirello / bonsai

Simple Python 3 module for LDAP, using libldap2 and winldap C libraries.
MIT License
116 stars 32 forks source link

Add binary for python 3.9 #44

Closed mchugh19 closed 3 years ago

mchugh19 commented 3 years ago

When installing with python 3.6, everything went fine. But when we upgraded to python 3.9, installing bonsai resulted in the message

error: microsoft visual c++ 14.0 or greater is required

Installing this on my workstation allowed the needed parts to get compiled and bonsai installed successfully. But our company does not allow installing development tools on production servers, so we will need a binary to deploy to our server environment.

Can you add the required wheel binaries to the pip package for python 3.9?

noirello commented 3 years ago

Until a new release, I attach the 3.9 wheels of 1.2.0 for Windows 32bit/64bit here.

noirello commented 3 years ago

1.2.1 has been released with 3.9 wheels on PyPI.