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
Pip is unable to install new pywin32 v309 with the following warning:
WARNING: The scripts pywin32_postinstall.exe and pywin32_testall.exe
are installed in 'C:\Python312-x64\Scripts' which is not on PATH.
This now fails all the windows builds.
It looks like this directory is generally required for pip and some
other packages to work properly, we just didn't hit the issue until
it became required for pywin32.
Let's add it to the PATH.
Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
0 commit comments