You are not logged in.
Upon trying to install flowblade, I see this:
[sudo] password for enrico:
resolving dependencies...
looking for conflicting packages...
Package (14) New Version Net Change
extra/cblas 3.12.1-2 0.34 MiB
extra/frei0r-plugins 2.5.0-1 6.04 MiB
extra/gmic 3.6.4-1 19.87 MiB
extra/graphicsmagick 1.3.46-1 14.47 MiB
extra/libdc1394 2.2.7-1 1.48 MiB
extra/mlt 7.34.1-1 9.68 MiB
extra/onetbb 2022.3.0-2 1.98 MiB
extra/opencv 4.12.0-14 100.84 MiB
extra/python-libusb1 3.3.1-1 0.59 MiB
extra/python-numpy 2.3.5-1 46.86 MiB
extra/sdl_image 1.2.12-9 0.06 MiB
extra/swh-plugins 0.4.17-7 2.03 MiB
extra/verdict 1.4.4-1 0.26 MiB
extra/flowblade 2.22-1 50.34 MiB
Total Installed Size: 254.82 MiB
:: Proceed with installation? [Y/n]
(14/14) checking keys in keyring [######################################################] 100%
(14/14) checking package integrity [######################################################] 100%
(14/14) loading package files [######################################################] 100%
(14/14) checking for file conflicts [######################################################] 100%
error: failed to commit transaction (conflicting files)
python-numpy: /usr/bin/f2py exists in filesystem
Errors occurred, no packages were upgraded.So the error is due to python-numpy conflicting with the file /(usr/bin/f2py.
I've looked up in this forum and found this and this, and in both cases the bottom line is
The problem is that you installed numpy or some other package using sudo pip, which is something you must never do
This is a system I rarely use, so I can't really recall if I ever installed anything using pip. I might have done it, given that pip is installed to start with. But... I don't know.
Last edited by Enrico1989 (2025-12-09 16:06:59)
Offline
what does pacman -Qo /usr/bin/f2py report?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
error: No package owns /usr/bin/f2pyDo I just nuke it?
Last edited by Enrico1989 (2025-12-09 15:54:42)
Offline
That is probably how I would handle it. There is also a switch in pacman that will tell it to overwrite the file. Either way works.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline