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
build: Force pip install to not check for already installed module
This previously broke distro package builds when they happened with the
`cockpit-bridge` package installed:
```
Processing ./tmp/wheel/cockpit-0-py3-none-any.whl
Installing collected packages: cockpit
Attempting uninstall: cockpit
Found existing installation: cockpit 311
ERROR: Cannot uninstall cockpit 311, RECORD file not found. Hint: The package was installed by debian.
```
This is a `pip` bug (pypa/pip#3063), work
around it with `--ignore-installed`.
0 commit comments