You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in Arch and I installed both "nvim" and "phyton-pynvim" packages.
When I launch the minimap I get this error:
Error detected while processing function minimap#ShowMinimap[4]..provider#python3#Call:
line 18:
Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
File "", line 1, in
File "/home/ndranc/.config/nvim/plugged/vim-minimap/autoload/minimap.py", line 96, in showminimap
vim.command(":call minimap#UpdateMinimap()")
File "/usr/lib/python3.8/site-packages/pynvim/api/nvim.py", line 287, in command
return self.request('nvim_command', string, **kwargs)
File "/usr/lib/python3.8/site-packages/pynvim/api/nvim.py", line 182, in request
res = self._session.request(name, *args, **kwargs)
File "/usr/lib/python3.8/site-packages/pynvim/msgpack_rpc/session.py", line 102, in request
raise self.error_wrapper(err)
pynvim.api.common.NvimError: Vim(return):Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
File "", line 1, in
File "/home/ndranc/.config/nvim/plugged/vim-minimap/autoload/minimap.py", line 160, in updateminimap
vim.current.window = minimap
File "/usr/lib/python3.8/site-packages/pynvim/api/nvim.py", line 534, in window
return self._session.request('nvim_set_current_win', window)
File "/usr/lib/python3.8/site-packages/pynvim/api/nvim.py", line 182, in request
res = self._session.request(name, *args, **kwargs)
File "/usr/lib/python3.8/site-packages/pynvim/msgpack_rpc/session.py", line 102, in request
raise self.error_wrapper(err)
pynvim.api.common.NvimError: Failed to switch to window 1001
Press ENTER or type command to continue
The minimap proceeds to open but it looks like this:
Not sure if that is the way it's supposed to look but maybe I have to change the font since it doesn't seem to match the content very well. The minimap seems to "function" but I'm unable to toggle it or close it getting the following error when I try:
Error detected while processing function minimap#CloseMinimap[4]..provider#python3#Call:
line 18:
Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
File "", line 1, in
File "/home/ndranc/.config/nvim/plugged/vim-minimap/autoload/minimap.py", line 213, in closeminimap
vim.current.window = minimap
File "/usr/lib/python3.8/site-packages/pynvim/api/nvim.py", line 534, in window
return self._session.request('nvim_set_current_win', window)
File "/usr/lib/python3.8/site-packages/pynvim/api/nvim.py", line 182, in request
res = self._session.request(name, *args, **kwargs)
File "/usr/lib/python3.8/site-packages/pynvim/msgpack_rpc/session.py", line 102, in request
raise self.error_wrapper(err)
pynvim.api.common.NvimError: Failed to switch to window 1001
Press ENTER or type command to continue
EDIT: My :CheckHealth gives me this error:
Not sure if it's relevant to the plugin but I have both python3 (3.8) and python2 (2.7) installed and under $PATH.
The text was updated successfully, but these errors were encountered:
im getting the same result. seems to be related to or duplicate of #42 . i would try following the instructions given in :help provider-python for python2 first. but there doesnt seem to be resolution to the 42 issue
I'm in Arch and I installed both "nvim" and "phyton-pynvim" packages.
When I launch the minimap I get this error:
The minimap proceeds to open but it looks like this:
Not sure if that is the way it's supposed to look but maybe I have to change the font since it doesn't seem to match the content very well. The minimap seems to "function" but I'm unable to toggle it or close it getting the following error when I try:
EDIT: My :CheckHealth gives me this error:
Not sure if it's relevant to the plugin but I have both python3 (3.8) and python2 (2.7) installed and under $PATH.
The text was updated successfully, but these errors were encountered: