-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
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
RuntimeError('Cannot add child handler, the child watcher does not have a loop attached',)> #761
Comments
Hello! @markers16123 Please check again following. comfirm version// Python3 version
$ ls -al $(which python3)
lrwxr-xr-x 1 callmekohei admin 34 4 1 01:21 /usr/local/bin/python3 -> ../Cellar/python/3.6.5/bin/python3
$ python3 --version
Python 3.6.5
// neovim version
$ nvim --version
NVIM v0.2.2
Build type: Release
LuaJIT 2.0.5
// Python client version
$ pip3 show neovim
Name: neovim
Version: 0.2.6
Summary: Python client to neovim
Home-page: http://github.com/neovim/python-client
Author: Thiago de Arruda
Author-email: [email protected]
License: Apache
Location: /usr/local/lib/python3.6/site-packages
Requires: greenlet, msgpack
Required-by:
$ pip3 list | grep -e greenlet -e msgpack
greenlet 0.4.13
msgpack 0.5.6
msgpack-python 0.4.8
// deoplete.nvim version
deoplete.nvim [master]$ git log --oneline | head -n 1
26334d3 Fix #754 async problem create minimal.vim" set path ( fit your path )
set runtimepath+=${XDG_CONFIG_HOME}/nvim/dein/repos/github.com/Shougo/deoplete.nvim
" setting of deoplete
let g:deoplete#enable_at_startup = 1
" turn on plugins
set nocompatible
filetype plugin indent on
syntax enable
" Neovim's Python provider
let g:python_host_prog = '/usr/local/bin/python'
let g:python3_host_prog = '/usr/local/bin/python3' launch Neovim$ nvim -N -u minimal.vim UpdateRemotePlugins:UpdateRemotePlugins check deoplete
|
neovim/pynvim#324 I cannot reproduce it though. Workaround:
|
I am encountering the same problem as in the original post. Your workaround seems to fix the problem which is good. This is the error on the log file by the way
I will let you know @Shougo if I can think of the reason for not being able to reproduces problem on your system |
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Erase and reinstall the mac, and then try to init deoplete.vim by using a minimal init.vim, but it is not working.
Expected
Environment Information
:version
output::checkhealth
or:CheckHealth
result(neovim only):Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
The reproduce ways from neovim/Vim starting (Required!)
Generate a logfile if appropriate
Screen shot (if possible)
Upload the log file
log_py3_rplugin
The text was updated successfully, but these errors were encountered: