You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(patchwork-cli-py3.10) user@Users-MBP patchwork % patchwork --version
Traceback (most recent call last):
File "/Users/user/Documents/GitHub/patchwork/.venv/bin/patchwork", line 6, in
sys.exit(cli())
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 1077, in main
with self.make_context(prog_name, args, **extra) as ctx:
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 943, in make_context
self.parse_args(ctx, args)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 1408, in parse_args
value, args = param.handle_parse_result(ctx, opts, args)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 2400, in handle_parse_result
value = self.process_value(ctx, value)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 2362, in process_value
value = self.callback(ctx, self, value)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/decorators.py", line 506, in callback
raise RuntimeError(
RuntimeError: 'patchwork' is not installed. Try passing 'package_name' instead.
The text was updated successfully, but these errors were encountered:
The issue pertains to running patchwork CLI locally. To recreate, install patchwork-cli and run the command 'patchwork --version'. Patchwork uses the click library to manage the CLI. To fix the issue, make sure the '--version' argument is handled.
(patchwork-cli-py3.10) user@Users-MBP patchwork % patchwork --version
Traceback (most recent call last):
File "/Users/user/Documents/GitHub/patchwork/.venv/bin/patchwork", line 6, in
sys.exit(cli())
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 1077, in main
with self.make_context(prog_name, args, **extra) as ctx:
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 943, in make_context
self.parse_args(ctx, args)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 1408, in parse_args
value, args = param.handle_parse_result(ctx, opts, args)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 2400, in handle_parse_result
value = self.process_value(ctx, value)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/core.py", line 2362, in process_value
value = self.callback(ctx, self, value)
File "/Users/user/Documents/GitHub/patchwork/.venv/lib/python3.10/site-packages/click/decorators.py", line 506, in callback
raise RuntimeError(
RuntimeError: 'patchwork' is not installed. Try passing 'package_name' instead.
The text was updated successfully, but these errors were encountered: