beancount / beanprice

Daily price quotes fetching library for plain-text accounting
GNU General Public License v2.0
70 stars 38 forks source link

Unable to install #62

Open ChrisTucker2000 opened 3 years ago

ChrisTucker2000 commented 3 years ago

The instructions say:

To install beanprice, run:

pip install git+https://github.com/beancount/beanprice.git

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).

bingzhangdai commented 2 years ago

the same here, which version of python did you use?