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 89d6834 commit 3848ecfCopy full SHA for 3848ecf
setup.py
@@ -67,7 +67,7 @@ def main():
67
68
package_data = {
69
'cv2':
70
- ['*%s' % sysconfig.get_config_var('SO')] +
+ ['*%s' % sysconfig.get_config_vars().get('SO')] +
71
(['*.dll'] if os.name == 'nt' else []) +
72
["LICENSE.txt", "LICENSE-3RD-PARTY.txt"],
73
'cv2.data':
0 commit comments