Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with the official opencv3 python bindings as well #379

Closed
CMCDragonkai opened this issue Aug 13, 2019 · 4 comments
Closed

Comments

@CMCDragonkai
Copy link

I'm trying to use this in NixOS, and having to package every single opencv variant on pypi is difficult. NixOS has the proper opencv3 package that exports python bindings. Does imgaug just work with that without having to install opencv-python-headless?

@aleju
Copy link
Owner

aleju commented Aug 13, 2019

Just tried with OpenCV 3.4.7 compiled from their github repo and all tests ran through successfully, so as far as I can tell it should work with a proper installation of OpenCV 3 too and not just with opencv-python.

@CMCDragonkai
Copy link
Author

That's awesome. The only problem is that the requirements.txt specifies exactly this unofficial opencv bindings. That means our package script will need to remove that line to avoid the Nix build system from trying to acquire the unofficial package.

@CMCDragonkai
Copy link
Author

Fixed here: NixOS/nixpkgs#67494

@CMCDragonkai
Copy link
Author

Closed this, but wondering if it has relationship to #611.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants