Comment 2 for bug 1730731

Revision history for this message
TJ (tj) wrote : Re: [16.04] no autocomplete and multiple errors due to not using python3 interpreter or extension calling conventions

Tested in a ubuntu:16.04 container with vim. As-you-type autocompletion works for a test.py with:

import os

os.

Does *NOT* require this .vimrc entry. If it has been added, remove it:

let g:ycm_server_python_interpreter = '/usr/bin/python3'