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
With opencv=0.93, there is a dependency issue with the cc crate. opencv=0.85 requires cc<=1.0.79 while opencv=0.93 requires cc=1.0.94. I couldn't manage to fix this without forking the repo and deleting every opencv dependency and adding opencv=0.93. I also couldn't manage to get opencv=0.85 to work on my machine. However, I am fairly new at Rust, so I trust that there may be some sort of solution that I'm not seeing.
The text was updated successfully, but these errors were encountered:
With
opencv=0.93
, there is a dependency issue with the cc crate.opencv=0.85
requirescc<=1.0.79
whileopencv=0.93
requirescc=1.0.94
. I couldn't manage to fix this without forking the repo and deleting everyopencv
dependency and addingopencv=0.93
. I also couldn't manage to getopencv=0.85
to work on my machine. However, I am fairly new at Rust, so I trust that there may be some sort of solution that I'm not seeing.The text was updated successfully, but these errors were encountered: