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 just debugged (with @zooba's help) why building extensions like greenlet or psutil from source didn't work on Windows. We clean the environment too well, and two essential variables, "ProgramFiles" and "ProgramFiles(x86)", are erased, causing setuptools to fail finding the MSVC compiler. (Roughly here, though the error comes from here.)
The text was updated successfully, but these errors were encountered:
I just debugged (with @zooba's help) why building extensions like greenlet or psutil from source didn't work on Windows. We clean the environment too well, and two essential variables, "ProgramFiles" and "ProgramFiles(x86)", are erased, causing setuptools to fail finding the MSVC compiler. (Roughly here, though the error comes from here.)
The text was updated successfully, but these errors were encountered: