Hi, Recently I installed a new beancount in my new M1 and I found some problems... Probably is not solution for your problem but could give you some hints...
I started installing python with brew. I didn't realise that there is another python3 in the /usr/bin/ directory that comes from the OS... Nothing was working well... Missing libraries, estranges errors, etc. Another problem, I discovered with VS Code and the Lencerf extension. Was not working because brew now install everything in /opt/homebrew/bin when the mac is an M1 instead of /usr/local/bin before. So, the solution was, uninstall everything and install beancount, fava, etc. from pip3. Tino. On Wed, Feb 16, 2022 at 4:51 PM david e <[email protected]> wrote: > I am on a new device and want to give beancount another try to keep this > years finances in order. I am on a m1 air. > > yesterday I installed beancount v2 from docs and did a quick check with > 'bean-check' returning no error – fine. > > today I get 'bean-check: command not found', so the installation doesn't > seem to be permanent. > > error message: > > WARNING: The directory '/Users/de/Library/Caches/pip' or its parent > directory is not owned or is not writable by the current user. The cache > has been disabled. Check the permissions and owner of that directory. If > executing pip with sudo, you should use sudo's -H flag. > Requirement already satisfied: beancount in > /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages > (3.0.0.dev0) > Requirement already satisfied: python-dateutil in > /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages > (from beancount) (2.8.2) > Requirement already satisfied: ply in > /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages > (from beancount) (3.11) > Requirement already satisfied: click in > /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages > (from beancount) (8.0.3) > Requirement already satisfied: six>=1.5 in > /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages > (from python-dateutil->beancount) (1.16.0) > WARNING: Running pip as the 'root' user can result in broken permissions > and conflicting behaviour with the system package manager. It is > recommended to use a virtual environment instead: > https://pip.pypa.io/warnings/venv > > any ideas? thanks > > -- > You received this message because you are subscribed to the Google Groups > "Beancount" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beancount/1a857ad8-f45a-40a8-8a0d-f3fb2636326an%40googlegroups.com > <https://groups.google.com/d/msgid/beancount/1a857ad8-f45a-40a8-8a0d-f3fb2636326an%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAM6BLCynm_STFrNL7nvxy3BzQyUbYV8PzY9%2BUXnOeyEktHEGFQ%40mail.gmail.com.
