yay v9.4.7 - libalpm v12.0.1
--overwrite flag is not working as expected. The same flag _does_ work with pacman -S. Noticed this after trying to move from a pip installed python package to the arch package. (Yes I am aware that * is not recommended but I JUST did this and feel that this one python package is a relatively safe usage :), other globs did not work either, including *.py, and {package}/*.py). My partner and I have been noticing this a lot recently, didn't see an existing issue that seemed relevant to this. For AUR packages, we have resorted to manually deleting the conflicting files (though the better way would be to find the cached package and use the working pacman command).
yay python-matplotlib --overwrite '*'.pacman -S python-matplotlib ---overwrite '*'Don't think this is necessary, but the failure with yay and success with pacman are here: https://pastebin.com/tLTUgeMq
I've just tried with --needed and indeed it doesn't pass the flags when searching
By the way, you could use yay -S python-matplotlib --overwrite '*' instead, which would work
Most helpful comment
I've just tried with
--neededand indeed it doesn't pass the flags when searchingBy the way, you could use
yay -S python-matplotlib --overwrite '*'instead, which would work