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
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:
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