-
Notifications
You must be signed in to change notification settings - Fork 893
Incompatible with Python 3.10.0 #552
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
Comments
You should use the right repository for reporting issues. This is likely about incompatibility with
Prefer to use MSVS 2019 instead. |
Dup of #525 |
cclauss
added a commit
to cclauss/opencv-python
that referenced
this issue
Oct 5, 2021
Fixes: opencv#525 Fixes: opencv#552 Redo of opencv#539 now that Python 3.10 is released. * https://pythoninsider.blogspot.com/2021/10/python-3100-is-available.html * https://pypi.org/project/numpy
4 tasks
Enabled Python 3.10 support in OpenCV 4.5.4 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
To get installed successfully.
Actual behaviour
Installation fails with tons of error messages.
Steps to reproduce
Note
OpenCV was working with no problem when I was using Python 3.9.7. After I updated to 3.10.0 and tried to install it I got tons of error messages and the installation failed. Numpy 1.21.2 is installed and running as normal. I've pasted the output below, thanks in advance.
pip freeze output:
pip install output:
Issue submission checklist
This is not a generic OpenCV usage question (looking for help for coding, other usage questions, homework etc.)
I have read the README of this repository and understand that this repository provides only an automated build toolchain for OpenCV Python packages (there is no actual OpenCV code here)
The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
I'm using the latest version of
opencv-python
The text was updated successfully, but these errors were encountered: