Hi, I am installing (as user) some software via pip3. I noticed that it also installs some of the requirements into my private folder where I *do* have the respective software installed system-wide. In this case, notably the opencv package for python: speedy:~% rpm -q python3-opencv python3-opencv-4.5.0-3.19.x86_64 but speedy:~% pip3 list|grep cv speedy:~% So pip doesn't see that it is installed, and therefore downloads and installs a private version. I noticed that most python packages come with some egg-info, either a file or a directory. The opencv package doesn't have that. Is this the reason pip does not see the package? And if so, would this be a packaging error that asks for a bug report? Any other recommendations how to handle this? Right now I do a 'pip uninstall opencv-python' to get rid of the additional one... This is an oS Tumbleweed 20201228