Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Windows requires version numbers in opencv library names #59

Closed
auscompgeek opened this issue Jan 20, 2019 · 0 comments
Closed

Windows requires version numbers in opencv library names #59

auscompgeek opened this issue Jan 20, 2019 · 0 comments

Comments

@auscompgeek
Copy link
Member

Originally posted by @auscompgeek in #17 (comment):

Edit setup.py so the opencv library names are versioned (e.g. append 342 to each of them - look in %LIB% for the version number).

This really shouldn't be necessary for someone to compile this on Windows. Our setup.py should add the version to the library names.

The appropriate string to append should be the result of the expression cv2.__version__.replace(".", "").

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant