Iurii Kobein

Results 1 comments of Iurii Kobein

Had the same issue. By manually downgrading python binding for clang to the version 3.8 fixed the problem: `sudo pip install https://pypi.python.org/packages/source/c/clang/clang-3.8.tar.gz` and creating symbolic link as well: `cd /usr/lib/x86_64-linux-gnu`...