Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No uri support error #52

Open
crotoc opened this issue Feb 7, 2023 · 4 comments
Open

No uri support error #52

crotoc opened this issue Feb 7, 2023 · 4 comments

Comments

@crotoc
Copy link

crotoc commented Feb 7, 2023

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
Copy link

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

@crotoc
Copy link
Author

crotoc commented Mar 23, 2023

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
Copy link

lorenzleutgeb commented Apr 3, 2024

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.

@lacek
Copy link

lacek commented Sep 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants