Skip to content

cannot write to stdout #71

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

Closed
ShyamieG opened this issue Jun 19, 2023 · 5 comments
Closed

cannot write to stdout #71

ShyamieG opened this issue Jun 19, 2023 · 5 comments

Comments

@ShyamieG
Copy link

I installed tszip via conda, and -c (and --stdout) are not recognized as arguments

I tried:
tszip -c test.ts

usage: tszip [-h] [-V] [-v] [--variants-only] [-S SUFFIX] [-k] [-f] [-d | -l]
files [files ...]
tszip: error: unrecognized arguments: -c

@jeromekelleher
Copy link
Member

Can you give us the version of tszip you get please?

$ tszip --version

@jeromekelleher
Copy link
Member

Latest version on conda forge has 0.2.2, which should have this feature

@ShyamieG
Copy link
Author

The tszip version I'm using is 0.1.0. It is the version I got by installing today via:

conda install -c "conda-forge/label/cf202003" tszip

@jeromekelleher
Copy link
Member

Ah - try

conda install -c conda-forge tszip

I'm not sure why the other non-standard label is suggested. Did you see this on the tszip anaconda site or somewhere else?

@ShyamieG
Copy link
Author

on anaconda.org

I tried the way you suggested first, but the install was failing for some reason...

Anyway, thanks for your help! I'll work on getting the latest version.

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

2 participants