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
Say I have opencv-contrib-python-headless installed in my environment, and then I install pip package that depends on opencv-python-headless. Even though it can perfectly fine work with (and supposed to) opencv-contrib-python-headless, pip still gonna install opencv-python-headless breaking aforementioned rule.
How to handle that? What should that package set as a dependency to install opencv only if neither packages installed
The text was updated successfully, but these errors were encountered:
Shouldn't Obsoletes-Dist also be used, so that installing, e.g. opencv-contrib-python leads to opencv-python being removed if it was already there. Well, it would only in theory since neither of these fields is supported.
Hey guys! A bit confused on how to properly set a PIP dependency for my package if it depends on OpenCV. README clearly states:
implying
opencv-python
opencv-contrib-python
opencv-python-headless
opencv-contrib-python-headless
Say I have
opencv-contrib-python-headless
installed in my environment, and then I install pip package that depends onopencv-python-headless
. Even though it can perfectly fine work with (and supposed to)opencv-contrib-python-headless
, pip still gonna installopencv-python-headless
breaking aforementioned rule.How to handle that? What should that package set as a dependency to install opencv only if neither packages installed
The text was updated successfully, but these errors were encountered: