mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Python 3.9 - pip install winkerberos fails #39

Closed madtank closed 3 years ago

madtank commented 3 years ago

We started to notice new users could not install this module using pip install winkerberos.

The error is to install MS Build Tools https://visualstudio.microsoft.com/visual-cpp-build-tools/.

What I found was that the install works perfect with 3.8.6, but fails with 3.9.0.

I suspect the wheels on PyPI need to be updated to support python 3.9.

behackett commented 3 years ago

Thanks for the reminder. Yes, we need to publish a wheel for 3.9.

behackett commented 3 years ago

I've uploaded 3.9 compatible wheels of WinKerberos 0.7.0 to pypi.