-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Need GTK support opencv ; problem which imshow() #56
Comments
Those two errors seems to be unrelated? |
Yeah, seems to be 2 problems:
I'm trying to solve the first problem for 2 weeks now... |
We don't support installing gtk2 from this package (at the moment). But I will take a look whenever I finally get opencv 3.2.0 building |
@jakirkham do we have any other packages that link against GTK? |
How to fixed this? Any idea @patricksnape |
Maybe Qt. Even if we were using GTK, I think it would be coming from the system. I don't believe there is a GTK package in |
@jakirkham Ok, using Qt, could you point some directions? Any conda install command? Any pip or apt-get install? Any tip? |
Sorry @oxydron. That was in response to @patricksnape. |
So if we have no existing GTK packages then this won't get built with GTK until we do |
@patricksnape is absolutely correct. AFAIAC there is nothing actionable for us here without a GTK package. So am going to close that out. That said, if the community adds a GTK package, we can reopen and discuss building it here. |
Opened issue ( conda-forge/staged-recipes#3914 ) to track adding GTK to conda-forge. Once that is addressed, we can revisit building OpenCV with GTK support. |
Any update on this problem? |
The package got rebuilt with |
When I try to install, I get this
`UnsatisfiableError: The following specifications were found to be in conflict:
Use "conda info " to see the dependencies for each package.`
the spcific error is
install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvShowImage
The text was updated successfully, but these errors were encountered: