-
Notifications
You must be signed in to change notification settings - Fork 850
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
Build from source python 3.12 fails #988
Comments
I already tried that and it didn't work. |
I'm also getting the same error with the latest merged updates:
|
I encountered the same problem while running |
Thank you @zhanwenchen, I also encountered the same issue (even after following the StackOverflow answer above), and solved it the same way. I think the Is there a particular reason why there's such a strict requirement for setuptools? Can I make a PR to remove it (or change it to |
Currently, opencv-python fails to build under python 3.12. This patch fixes that problem by permitting the use of any setuptools>=59.2.0, rather than mandating that specific version. This patch fixes opencv#988. See discussion there for details. I have tested by successfully installing opencv-python.
Expected behaviour
I tried to build the tag 80 in python 3.12, but build fails
Write here how did you expect the library to function.
correct build from source
Actual behaviour
Write here what went wrong.
install of some dependencies (i.e. numpy) fail with this error:
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
the dependencies versions of numpy and setuptools are outdated and broken in python 3.12. Is it possible to use latest versions of those packages?
Steps to reproduce
Issue submission checklist
opencv-python
The text was updated successfully, but these errors were encountered: