Skip to content

problem to update Remote plugins #11

Description

@adrien-barret

Hello,

I installed the dependencies as mentionned and when I try the updateRemotePlugins I have this error:

Encountered ModuleNotFoundError loading plugin at /home/hk/.local/share/nvim/lazy/CopilotChat.nvim/rplugin/python3/copilot.py: No module named 'utilities'
Traceback (most recent call last):
  File "/home/hk/.local/lib/python3.11/site-packages/pynvim/plugin/host.py", line 165, in _load
    module = imp.load_module(name, file, pathname, descr)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/imp.py", line 235, in load_module
    return load_source(name, filename, file)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
ModuleNotFoundError: No module named 'utilities'
Encountered ModuleNotFoundError loading plugin at /home/hk/.local/share/nvim/lazy/CopilotChat.nvim/rplugin/python3/plugin.py: No module named 'copilot'
Traceback (most recent call last):
  File "/home/hk/.local/lib/python3.11/site-packages/pynvim/plugin/host.py", line 165, in _load
    module = imp.load_module(name, file, pathname, descr)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/imp.py", line 235, in load_module
    return load_source(name, filename, file)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/imp.py", line 172, in load_source
    module = _load(spec)
             ^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 721, in _load
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
ModuleNotFoundError: No module named 'copilot'
remote/host: python3 host registered plugins []
remote/host: generated rplugin manifest: /home/hk/.local/share/nvim/rplugin.vim

Copilot is working as usual for itself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions