You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I probably missed something but I don't see what...
I only have CI at my disposal to test and it's working with all major CI providers as part of cibuildwheel tests (where CPython 2.7, 3.5, 3.6, 3.7 & 3.8, both 32-bit and 64-bit) and I added some tests here in setuptools.
Unfortunately, I can't reproduce the specific environment so unable to reproduce the issue.
@EccoTheFlintstone, could you please check if you're seeing a similar issue with CPython 3.8 32-bit (once using setuptools, once only using distutils). If you don't have a similar issue with cp38-distutils only, then I definitely missed something in the backport.
on a 32 bits win7 with python 3.6 32 bits and MSVC 2017, setuptools v 46.0 cannot find MSVC:
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
It worked OK with setuptools 45.2 (did not test with 45.3), and 46.0 is working with python 64 bits on a 64 bits machine.
The text was updated successfully, but these errors were encountered: