-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
opencv-contrib-python-nonfree not available for Python 3.8 #348
Comments
I don't maintain any non-free versions. See the README for the packages that I provide. Someone else has uploaded them to PyPI. Beware, they can contain modules which are commercial or protected by patents. |
This is the guy who has uploaded them there: The guy hasn't reacted to my emails earlier, so I'll hope this ping gets his attention. @qzchenwl, please remove my name from the PyPI package https://pypi.org/project/opencv-python-nonfree/ and related packages as well as any link referring to this repository. |
Ok, that explains everything. Sorry to have bothered you, but I just followed the link to your repository from PyPI, so I hope he/she will remove it, because this can easily happen to other people incidentally install that Thanks, |
Yeah, no problem. I'll contact PyPI registry maintainers directly to address this issue if @qzchenwl does not react to this. |
However, I saw that the SIFT patent is recently expired and there are official plans to move it from nonfree to the main repository. I hope it will be then embedded in your handy Python wrapper! :) |
Yes, it will be included in the next release. |
@skvark The packages were removed. |
Thank you. |
@skvark Hi, I see that OpenCV 4.4.0 released two days ago, containing the SIFT algorithm and some other interesting stuff like Yolov4 support, is there any plan to package it here? |
Yes, that's the purpose of this repository. Note that SIFT is already in 4.3.0 opencv-contrib-python. In 4.4.0 it will be in opencv-python. |
Actual behaviour
Installing the
nonfree
version ofopencv-contrib-python
package usingpip
on Python 3.8 gives the following error:The standard
opencv_contrib_python
package (version 4.2.0.34) has already been released for Python 3.8 and works without problems, is an updated version of thenonfree
package (version 4.1.1.1) planned, too?Thanks,
Cheers
Steps to reproduce
$ pip install opencv_contrib_python_nonfree
The text was updated successfully, but these errors were encountered: