I tried this. It starts doing some work, up until it gets to this line:
Running setup.py install for beancount ... error
It then prints out the following error text and fails:
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jwqrifcb/beancount/setup.py'"'"'; file='"'"'/tmp/pip-install-jwqrifcb/beancount/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-k63ptjfe/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /var/home/chris/.local/include/python3.9/beancount
cwd: /tmp/pip-install-jwqrifcb/beancount/
Complete output (352 lines):
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
The instructions say:
I tried this. It starts doing some work, up until it gets to this line:
It then prints out the following error text and fails: