-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
pythonPackages.imgaug doesn't build due to missing dependencies #61936
Comments
The It needs some extra dependencies:
This means we need to add in The quickest way to deal with this is to rollback to 0.2.6, because at that point it actually worked. aleju/imgaug#379 - I'm asking whether the library can just work with the normal opencv3 bindings. |
@FRidh are we able to rollback to 0.2.6 until we figure out a proper way of building 0.2.9 and addressing the opencv issue? |
According to aleju/imgaug#379 (comment) if we patch the package to refer to the official opencv bindings then everything should work. |
This is now fixed in: #67494 |
Issue description
With the latest update on imgaug. The 0.2.8 version doesn't build.
It reports an error from 19.03:
From master it reports:
Steps to reproduce
Try building
pkgs.python3Packages.imgaug
from the latest master/19.03.Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
The text was updated successfully, but these errors were encountered: