I am Charmie

メモとログ

2017-03-25から1日間の記事一覧

install pre-built dlib for python

following this page, we can install dlib pre-built library for python on all platform. conda install -c conda-forge dlib When I tried, the library had a conflict with CGAL 4.7. I simply uninstalled CGAL and then successfully installed dlib…