Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4352c62 + 22c900d commit ac48881Copy full SHA for ac48881
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