Skip to content
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

[ghost_wrapper] job is dead #48

Open
r0x0d opened this issue Jun 27, 2022 · 1 comment
Open

[ghost_wrapper] job is dead #48

r0x0d opened this issue Jun 27, 2022 · 1 comment

Comments

@r0x0d
Copy link

r0x0d commented Jun 27, 2022

I have tried using this plugin in vim and got this error:
image

Not sure if I did something wrong, but whenever I try to run :GhostStart this is what appears to me.

Same error, but In plain text to make it easier to read:

Error detected while processing function yarp#core#request[1]..yarp#core#wait_channel[13]..function yarp#core#request[1]..yarp#core#wait_channel:
line   13:
E605: Exception not caught: [yarp] [ghost_wrapper] job is dead. failed establishing channel for ['python3', '-u', '/home/r0x0d/.vim/plugged/nvim-yarp/pythonx/yarp.py', '/tmp/vYPuLSB/0', 2, 'ghost_wrapper']
Press ENTER or type command to continue

This is my .vimrc plug section

call plug#begin()
" The default plugin directory will be as follows:
"   - Vim (Linux/macOS): '~/.vim/plugged'
"   - Vim (Windows): '~/vimfiles/plugged'
"   - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'
" You can specify a custom plugin directory by passing it as the argument
"   - e.g. `call plug#begin('~/.vim/plugged')`
"   - Avoid using standard Vim directory names like 'plugin'

" Make sure you use single quotes

Plug 'raghur/vim-ghost', {'do': ':GhostInstall'}
Plug 'roxma/nvim-yarp', v:version >= 800 && !has('nvim') ? {} : { 'on': [], 'for': [] }
Plug 'roxma/vim-hug-neovim-rpc', v:version >= 800 && !has('nvim') ? {} : { 'on': [], 'for': [] }
" Initialize plugin system
call plug#end()
@rmartine-ias
Copy link

I was getting this when in a virtual environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants