Hi,
Is anyone else having this problem?
Collecting beancount>=2.0
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/qr/zf30qxdd6gs4sz0lg2zm772w005774/T/pip-install-7qg2frne/beancount/setup.py", line 172, in <module>
shell=False)
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'hg': 'hg'
If I install hg, still have error:
Collecting beancount>=2.0
Complete output from command python setup.py egg_info:
abort: no repository found in '/private/var/folders/qr/zf30qxdd6gs4sz0lg2zm772w005774/T/pip-install-bfi71jca/beancount' (.hg not found)!
fatal: Not a git repository (or any of the parent directories): .git
Traceback (most recent call last):
File "/private/var/folders/qr/zf30qxdd6gs4sz0lg2zm772w005774/T/pip-install-bfi71jca/beancount/setup.py", line 172, in <module>
shell=False)
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['hg', 'parent', '--template', '{node} {date}']' returned non-zero exit status 255.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/qr/zf30qxdd6gs4sz0lg2zm772w005774/T/pip-install-bfi71jca/beancount/setup.py", line 177, in <module>
shell=False)
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/Users/user/.pyenv/versions/3.6.5/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['git', 'log', '--pretty=%H %ct', '-1']' returned non-zero exit status 128.
Thanks,