mattgodbolt / zindex

Create an index on a compressed text file
BSD 2-Clause "Simplified" License
620 stars 37 forks source link

No uri support error #52

Open crotoc opened 1 year ago

crotoc commented 1 year ago

I compiled the tool under a conda ENV. When I try to test it with a toy sample: 1,2 3,4

It says "no uri support for '��������"

Can you offer some helps? Thanks!

arkopravoghosh commented 1 year ago

any resolution on this? I too faced the same issue when using the built binary !

crotoc commented 1 year ago

any resolution on this? I too faced the same issue when using the built binary !

Checkout an old commit without uri update and compile again. Good Luck!

lorenzleutgeb commented 6 months ago

I ran into this issue, could not figure out how to use zindex with "URI Support". I decided to compile from 860ededff9fa2978e31121d966ecc5b1b0fa0524 which is the last commit before #48 was merged, does not have URI support, but otherwise seems to work fine.

lacek commented 1 month ago

With the command zindex -d, -f1 /path/to/file.gz I ran into the error ERROR: no uri support for '/path/to/file.gz.index

Changed to zindex -d, -f1 --index-file file:/path/to/file.gz /path/to/file.gz and the error is gone.