Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. conda install -c menpo dlib
  2.  
  3. boost: 1.59.0-py35_0 menpo
  4. bzip2: 1.0.6-3
  5. dlib: 18.18-py35_2 menpo
  6.  
  7. Python 2.7.12 |Anaconda 4.2.0 (64-bit)| (default, Jul 2 2016, 17:42:40)
  8. [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
  9. Type "help", "copyright", "credits" or "license" for more information.
  10. Anaconda is brought to you by Continuum Analytics.
  11. Please check out: http://continuum.io/thanks and https://anaconda.org
  12. >>> import dlib
  13. Traceback (most recent call last):
  14. File "<stdin>", line 1, in <module>
  15. ImportError: No module named dlib
  16. >>> exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement