Closed linguanyuanA closed 8 years ago
Since your vim compiled with '-python3'
, this plugin will use python2, however int.bit_length()
was first introduced in python2.7, so I conclude that your python2 version is lower than 2.7.
If you want to use python3, make sure your vim compiled with '+python3'
.
vim --version | grep python
+cryptv +linebreak +python/dyn +viminfo +cscope +lispindent -python3 +vreplace i also tried to install python 3.4.3, but the errors still exist. my os is cenos 6.5. fix.txt is a file in my project.