Guest User

Untitled

a guest
Nov 23rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. vinllen@ $ pip install cv2
  2. You are using pip version 7.1.0, however version 7.1.2 is available.
  3. You should consider upgrading via the 'pip install --upgrade pip' command.
  4. Requirement already satisfied (use --upgrade to upgrade): cv2 in /usr/local/lib/python2.7/site-packages
  5.  
  6. Python 2.7.10 (default, Jul 13 2015, 12:05:58)
  7. [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
  8. Type "help", "copyright", "credits" or "license" for more information.
  9. >>> import cv2
  10. Traceback (most recent call last):
  11. File "<stdin>", line 1, in <module>
  12. ImportError: No module named cv2
  13. >>> import cv
  14. Traceback (most recent call last):
  15. File "<stdin>", line 1, in <module>
  16. ImportError: No module named cv
  17.  
  18. pip install opencv-python
  19.  
  20. pip freeze
  21.  
  22. conda install -c https://conda.binstar.org/menpo opencv
Add Comment
Please, Sign In to add comment