We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4721363 commit b14fc86Copy full SHA for b14fc86
setup.py
@@ -159,7 +159,9 @@ def main():
159
# Files in sourcetree outside package dir that should be copied to package.
160
# Raw paths relative to sourcetree root.
161
files_outside_package_dir = {"cv2": ["LICENSE.txt", "LICENSE-3RD-PARTY.txt"]}
162
-
+
163
+ windows_version = int(platform.release())
164
+ print(windows_version)
165
if os.name == "nt":
166
if windows_version == 2025:
167
generator_name = "Visual Studio 17"
0 commit comments