Skip to content

Autocomplete fails loading bean count #80

Description

@jfsalles

Hello All,

I have moved to a new Mac mini and installed Beancount V2 and the newest vim-beancount files manually in the .vim directories. Autocomplete fails with:

 Error detected while processing function beancount#complete[17]..beancount#load_everything
 :
 line   40:
 Traceback (most recent call last):
 Press ENTER or type command to continue
 Error detected while processing function beancount#complete[17]..beancount#load_everything
 :
 line   40:
   File "", line 2, in <module>
 Press ENTER or type command to continue
 Error detected while processing function beancount#complete[17]..beancount#load_everything
 :
 line   40:
 ModuleNotFoundError: No module named 'beancount'

This is on a new MAC Mini M4 running Sequoia 15.4.1. The older version (from 2018?) on an older Intel I5 Mini running 10.13.6 worked fine. If I run vim and use a shell command to run python3 and run "import vim", response is "no module named vim". Run "from beancount import loader", responds ok. The python path in both Minis is similar, /Library/Frameworks/Python.framework/Versions/3.13/bin/python3, vs /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.

Does anyone have an idea what might be wrong?

Regards,

Jonathan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions