mattgodbolt / zindex

Create an index on a compressed text file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No uri support error

crotoc opened this issue · comments

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!

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

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!

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