harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.19k stars 421 forks source link

Delete broken symlink #246

Closed avdv closed 2 years ago

avdv commented 3 years ago

The link points to bin/q which does no longer exist.

Trying to pip install with pip install git+https://github.com/harelba/q fails with:

Installing collected packages: six, q
  Running setup.py install for q ... error
    ERROR: Command errored out with exit status 1:
     command: /home/claudio/sandbox/nixpkgs/runme/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-wc75hpdf/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-wc75hpdf/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-w5mfoc1v/install-record.txt --single-version-externally-managed --compile --install-headers /home/claudio/sandbox/nixpkgs/runme/include/site/python3.9/q
         cwd: /tmp/pip-req-build-wc75hpdf/
    Complete output (7 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/bin
    error: can't copy 'bin/qtextasdata.py': doesn't exist or not a regular file
harelba commented 2 years ago

symlink is removed in the new 3.1.0-beta version.