Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11cb9fc

Browse filesBrowse files
committed
Support python 3.12
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 #988. See discussion there for details. I have tested by successfully installing opencv-python.
1 parent cce7c99 commit 11cb9fc
Copy full SHA for 11cb9fc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ requires = [
99
"numpy>=2.0.0; python_version>='3.9'",
1010
"pip",
1111
"scikit-build>=0.14.0",
12-
"setuptools==59.2.0",
12+
"setuptools>=59.2.0",
1313
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.