Skip to content

Exception Script.__init__() got an unexpected keyword argument 'column' #152

@webgtx

Description

@webgtx

This happens just after I press tab in insert mode

Unhandled exception in event loop:
  File "/home/alex/.local/lib/python3.11/site-packages/prompt_toolkit/buffer.py", line 1920, in new_coroutine
    await coroutine(*a, **kw)
  File "/home/alex/.local/lib/python3.11/site-packages/prompt_toolkit/buffer.py", line 1744, in async_completer
    async for completion in async_generator:
  File "/home/alex/.local/lib/python3.11/site-packages/prompt_toolkit/completion/base.py", line 199, in get_completions_async
    for item in self.get_completions(document, complete_event):
  File "/home/alex/.local/lib/python3.11/site-packages/pyvim/completion.py", line 65, in get_completions
    script = self._get_jedi_script_from_document(document)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/alex/.local/lib/python3.11/site-packages/pyvim/completion.py", line 101, in _get_jedi_script_from_document
    return jedi.Script(
           ^^^^^^^^^^^^
noticed
Exception Script.__init__() got an unexpected keyword argument 'column'
Press ENTER to continue...

Am I supposed to install something? I haven't seen anything about required dependencies in readme file :shipit:

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