deoplete-jedi can find some names in pandas namespace, but crashes when trying to find all attributes of a DataFrame object or pd.DataFrame itself.
Expected
no crash
Environment Information
OS: GNU/Linux (Fedora 35)
Neovim version: v0.6.0
Provide a minimal init.vim with less than 50 lines (required)
" Use the following as a template.
" Your minimal init.vim
set runtimepath+=~/.local/share/nvim/plugged/deoplete.nvim/
set runtimepath+=~/.local/share/nvim/plugged/deoplete-jedi/
let g:deoplete#enable_at_startup = 1
call deoplete#custom#source('jedi', 'is_debug_enabled', 1)
call deoplete#enable_logging('DEBUG', '/tmp/deoplete.log')
Generate logfiles if appropriate
export NVIM_PYTHON_LOG_FILE=/tmp/nvim-log
export NVIM_PYTHON_LOG_LEVEL=DEBUG
nvim -u minimal.vimrc
Then look at and attach the files /tmp/nvim-log_{PID} and
/tmp/deoplete.log here.
deoplete.log
I tried looking at these, but I couldn't see anything more useful than the error nvim reports to the console, itself.
Steps to reproduce the issue after starting Neovim (required)
Problem summary
deoplete-jedi can find some names in pandas namespace, but crashes when trying to find all attributes of a DataFrame object or pd.DataFrame itself.
Expected
no crash
Environment Information
Provide a minimal init.vim with less than 50 lines (required)
Generate logfiles if appropriate
Then look at and attach the files
/tmp/nvim-log_{PID}
and/tmp/deoplete.log
here. deoplete.logI tried looking at these, but I couldn't see anything more useful than the error nvim reports to the console, itself.
Steps to reproduce the issue after starting Neovim (required)
import pandas as pd
pd.DataFrame.
Screen shot (if possible)
Upload the logfile(s)
deoplete.log