-
Notifications
You must be signed in to change notification settings - Fork 29
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
python error #31
Comments
found this error message in a couple of places and it might be related to |
multiprocessing is the heart of this code now. I've got a Mac on Mojave and MacVim & Python3 work fine for me. I'll try & install neovim & see what happens. |
It's not happening during a :wqa is it? |
i see the error on every attempt to |
Have you tried MacVim. As a test is all |
OK. macOS 10.14.6, neovim 0.4.3, Python 3.7.7, my ~/.config/nvim/init.vim simply has source ~/.vimrc and I see the error. |
Can you try changing the start method to fork as referenced in #34 |
after installing the plugin with vim-plug i see the following error in
.local/share/nvim/log
and inside
nvim
:this is on macos, latest nvim, latest pynvim.
also results in an empty window.
checkhealth
shows a working python3 (and other plugins use it successfully too).after
set verbose=20
and doing:w
on a python source file (of which i want to generate tags):The text was updated successfully, but these errors were encountered: