Replies: 1 comment
-
This question would be solved with the PR: #1023 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to all,
I currently have a project where I am using opencv with the "imshow" method. This means that I can not use the headless package of opencv. Now I have the problem that poetry always tries to install opencv and opencv headless, since both are dependencies. Is there any way to set an alternative for the headless version in this project. Otherwise I always get an error message from poetry that only one version is supported.
I found something like that here: https://github.com/aleju/imgaug/blob/master/setup.py
Beta Was this translation helpful? Give feedback.
All reactions