On 3/11/25 22:20, Alin Serdean wrote:
> Acked-by: Alin Gabriel Serdean <aserd...@ovn.org>

Thanks, Alin!  Applied.

This should fix the CI and unblock applying other changes.

Best regards, Ilya Maximets.

> On 2025-03-11T18:40:15.000+01:00, Ilya Maximets <i.maxim...@ovn.org> wrote:
> 
>     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.
> 
>     Signed-off-by: Ilya Maximets <i.maxim...@ovn.org 
> <mailto:i.maxim...@ovn.org>>
>     ---
>      appveyor.yml | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
> 
>     diff --git a/appveyor.yml b/appveyor.yml
>     index d0293b211..5ddbde0ca 100644
>     --- a/appveyor.yml
>     +++ b/appveyor.yml
>     @@ -10,7 +10,7 @@ clone_folder: C:\openvswitch_compile
>      shallow_clone: true
>      
>      init:
>     -- ps: $env:PATH ="C:\Python312-x64;"+$env:PATH
>     +- ps: $env:PATH ="C:\Python312-x64;C:\Python312-x64\Scripts;"+$env:PATH
>      - ps: New-Item -Type HardLink -Path  "C:\Python312-x64\python3.exe"
>                                    -Value "C:\Python312-x64\python.exe"
>      
>     -- 
>     2.47.0
> 

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to