anaconda dlib and X11

Viewed 3422

I am on a mac os X Yosemite. I installed dlib with anaconda with:

conda install -c menpo dlib=19.4

and then removed X11 from anaconda/lib since the X11 distributed by anaconda is presumably broken. Then I installed Xquartz from https://www.xquartz.org/.

But when I go into ipython and import dlib, and type

dlib.image_window()

I am still getting error:

AttributeError: 'module' object has no attribute 'image_window'

What's the issue?

Note I tried installing dlib from scratch when anaconda is not in my system, and I ran into all kinds of other issues. So currently I am committed to making dlib work with anaconda, which it does, except for image_window and presumably other things associated with X11.

1 Answers
Related