Re: [ovs-dev] [PATCH ovn] ci: Use user for pip upgrade on Ubuntu.

2024-06-24 Thread Ales Musil
On Mon, Jun 24, 2024 at 11:52 AM Ilya Maximets wrote: > On 6/24/24 11:24, Dumitru Ceara wrote: > > On 6/24/24 11:00, Ales Musil wrote: > >> The pip upgrade in Ubuntu started to fail because of missing > >> RECORD file. Use the --user argument which avoids this error and > >> allows pip to upgrade

Re: [ovs-dev] [PATCH ovn] ci: Use user for pip upgrade on Ubuntu.

2024-06-24 Thread Ilya Maximets
On 6/24/24 11:24, Dumitru Ceara wrote: > On 6/24/24 11:00, Ales Musil wrote: >> The pip upgrade in Ubuntu started to fail because of missing >> RECORD file. Use the --user argument which avoids this error and >> allows pip to upgrade itself. >> >> ERROR: Cannot uninstall pip 24.0, RECORD file not f

Re: [ovs-dev] [PATCH ovn] ci: Use user for pip upgrade on Ubuntu.

2024-06-24 Thread Dumitru Ceara
On 6/24/24 11:00, Ales Musil wrote: > The pip upgrade in Ubuntu started to fail because of missing > RECORD file. Use the --user argument which avoids this error and > allows pip to upgrade itself. > > ERROR: Cannot uninstall pip 24.0, RECORD file not found. > Hint: The package was installed by de

[ovs-dev] [PATCH ovn] ci: Use user for pip upgrade on Ubuntu.

2024-06-24 Thread Ales Musil
The pip upgrade in Ubuntu started to fail because of missing RECORD file. Use the --user argument which avoids this error and allows pip to upgrade itself. ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian. Suggested-by: Ilya Maximets Signed-off-b