#19 "No such file or directory: 'askalono'" upon running freshly from git
Closed by ttomecek. Opened by ttomecek.

I pip-installed go2rpm from the main branch and got this traceback:

$ go2rpm github.com/TomasTomecek/tmux-top
Traceback (most recent call last):
  File "/home/tt/.local/bin//go2rpm", line 8, in <module>
    sys.exit(main())
  File "/home/tt/.local/lib/python3.10/site-packages/go2rpm/__main__.py", line 694, in main
    licenses = detect_license(git_local_path)
  File "/home/tt/.local/lib/python3.10/site-packages/go2rpm/__main__.py", line 173, in detect_license
    raw_licenses = subprocess.check_output(
  File "/usr/lib64/python3.10/subprocess.py", line 420, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib64/python3.10/subprocess.py", line 501, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/lib64/python3.10/subprocess.py", line 966, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib64/python3.10/subprocess.py", line 1842, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'askalono'

$ dnf install askalono                                                                                                                                                                                                      
Last metadata expiration check: 1:27:16 ago on Tue 07 Jun 2022 12:45:17 PM CEST.
No match for argument: askalono
Error: Unable to find a match: askalono

The package is named askalono-cli. And why don't you just install the RPM paxkage?

nice, the tool is actually packaged, works for me

Metadata Update from @ttomecek:
- Issue status updated to: Closed (was: Open)

non-Fedora users can download askalono binary from https://github.com/jpeddicord/askalono/releases

Metadata