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

salmon --version raises an exception #169

Open
moggers87 opened this issue Aug 6, 2024 · 0 comments
Open

salmon --version raises an exception #169

moggers87 opened this issue Aug 6, 2024 · 0 comments
Labels

Comments

@moggers87
Copy link
Owner

(env3.10) inboxen@cantaloupe:~/repo> salmon --version
Traceback (most recent call last):
  File "/home/inboxen/env3.10/bin/salmon", line 8, in <module>
    sys.exit(main())
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 1077, in main
    with self.make_context(prog_name, args, **extra) as ctx:
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 943, in make_context
    self.parse_args(ctx, args)
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 1644, in parse_args
    rest = super().parse_args(ctx, args)
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 1408, in parse_args
    value, args = param.handle_parse_result(ctx, opts, args)
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 2400, in handle_parse_result
    value = self.process_value(ctx, value)
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/core.py", line 2362, in process_value
    value = self.callback(ctx, self, value)
  File "/home/inboxen/env3.10/lib64/python3.10/site-packages/click/decorators.py", line 506, in callback
    raise RuntimeError(
RuntimeError: 'salmon' is not installed. Try passing 'package_name' instead.

It should not be doing this

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

No branches or pull requests

1 participant