Skip to content
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

Vim-pandoc not found in the python interpreter ? #451

Open
trislaz opened this issue Aug 9, 2023 · 0 comments
Open

Vim-pandoc not found in the python interpreter ? #451

trislaz opened this issue Aug 9, 2023 · 0 comments

Comments

@trislaz
Copy link

trislaz commented Aug 9, 2023

Hello,

I searched a bit but did not found a solution for my problem.
I want to perform auto-complete of refereces using the omni-completion of vim-pandoc, however I encounter this issue:

Error invoking 'python_eval' on channel 4 (python3-script-host):
error caught in request handler 'python_eval ['vim_pandoc.bib.vim_completer.find_bibfiles()']':
Traceback (most recent call last):
  File "/Users/trislaz/opt/anaconda3/envs/tri/lib/python3.8/site-packages/pynvim/plugin/script_host.py", line 167, in python_eval
    return eval(expr, self.module.__dict__)
  File "<string>", line 1, in <module>
NameError: name 'vim_pandoc' is not defined

I understand that this might be a problem related to the python integration of vim-pandoc.
I have installed the latest pynvim as well as the latest vim-pandoc. Do I need to install a pandoc specific python package ?

I also tried disabling my other packages, in case there was a conflit, but it did not change anything.

Thank you for you help !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant