Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. `Traceback (most recent call last):
  2. File "<stdin>", line 1, in <module>
  3. ImportError: DLL load failed: The specified module could not be found.`
  4.  
  5. Collecting cv2
  6. Could not find a version that satisfies the requirement cv2 (from versions: )
  7. No matching distribution found for cv2`
  8.  
  9. $ python
  10. >>> import cv2
  11. >>> print cv2.__version__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement