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

Create python wheel for opencv git master version on Ubuntu 20.04. #17550

Open
hongyi-zhao opened this issue Jun 14, 2020 · 3 comments
Open

Create python wheel for opencv git master version on Ubuntu 20.04. #17550

hongyi-zhao opened this issue Jun 14, 2020 · 3 comments
Labels
category: python bindings effort: ∞ Do not start this alone. You can discuss / improve existed proposals. priority: low

Comments

@hongyi-zhao
Copy link

hongyi-zhao commented Jun 14, 2020

Hi,

On Ubuntu 20.04, I try to compile opencv's bleeding-edge git master version based on the instructions here:

https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html
https://docs.opencv.org/master/d2/de6/tutorial_py_setup_in_ubuntu.html

But I cannot find any notes for creating the python wheel. Any hints for this problem?

Regards,
HY

@alalek
Copy link
Member

alalek commented Jun 14, 2020

Not supported for now.
There are many problems on Python side with handling of native binaries and its dependencies.

Considers looking on results of this project: https://github.com/skvark/opencv-python

@hongyi-zhao
Copy link
Author

hongyi-zhao commented Jun 15, 2020

This project is unofficial, so I want to know whether the python wheel files supplied there including the full functionalities of official OpenCV?

@alalek
Copy link
Member

alalek commented Jun 15, 2020

unofficial

Right, OpenCV team doesn't maintain this project.
All Python-side investigations are made by projects's author and contributors.

full functionalities

This is another problem - "suitable" build configuration of OpenCV (due to hundreds of build options).

OpenCV is a library, not an application with clear final requirements.
(you may find a thread about "maven" packaging on this topic)

Even mentioned project provides 4 different python packages instead of one.

I want to know

Just try and tune.
And contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: python bindings effort: ∞ Do not start this alone. You can discuss / improve existed proposals. priority: low
Projects
None yet
Development

No branches or pull requests

2 participants