nvim checkhealth report No module named six

Clang_complete cannot be used after the nvim configuration is started, and the following problems are encountered when checkinghealth

24 File “/usr/local/lib/python2.7/site-packages/trollius/compat.py”, line 3, in 25 ┊ import six 26 ImportError: No module named six

Solution

pip install six

Guess you like

Origin blog.csdn.net/yao_zhuang/article/details/107943130