mikecokina/puppet-warp

opencv version

Closed this issue · 5 comments

I can see 4240ed2, however, with puppet-warp v0.2, which seems to be the latest, I get this error:

ERROR: Cannot install opencv-python==4.7.0.72 and puppet-warp==0.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested opencv-python==4.7.0.72
    puppet-warp 0.2 depends on opencv-python==4.5.4.60

Also, I'll note that there's a newer version of opencv as well (4.9.0.80 is current), though not sure if it's been tested:
https://pypi.org/project/opencv-python/

Could you please provide more information about the Python version and operating system you are using?

I can, but don't think it's relevant here? I think the issue is just that a release was never cut post 0.2, so the changes from 4240ed2 and 8d459c3 are not included in any available versioned release?

If it helps, Python 3.10 or 3.11 on OS X or Ubuntu Linux.

Would it be possible to cut a 0.3 off current trunk branch?

Oh man, you're right. Thank you. I'll do a quick release to avoid issues for anyone in the future. I'm not planning to test the latest version of OpenCV right now, maybe in the future.

Awesome. Thanks so much!

Okay, it's done. Hopefully, there won't be any more dependency issues for some time.