We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin 'klen/python-mode' |~ Plugin 'scrooloose/syntastic'` can not install this three plugin for example : 'Valloric/YouCompleteMe
The text was updated successfully, but these errors were encountered:
Hi @nmww ,
What kind of error do you get? Can you, please, make :messages and post its output?
:messages
Sorry, something went wrong.
@rmk135 I install by the setup.py file, it occurs error:
Traceback (most recent call last): File "<string>", line 27, in <module> File "/home/users/wujingjing/.vim/bundle/YouCompleteMe/python/ycm/base.py", line 18, in <module> from ycm import vimsupport File "/home/users/wujingjing/.vim/bundle/YouCompleteMe/python/ycm/vimsupport.py", line 184 f"bufnr('{ EscapeForVim( os.path.realpath( filename ) ) }', " ^ SyntaxError: invalid syntax
It seems that your vim uses Python2 instead of the expected Python3.
Here's a post on an issue with more details: #39 (comment)
rmk135
No branches or pull requests
The text was updated successfully, but these errors were encountered: