toot: fails to run with error message about missing toot.cli

  • Open
  • quality assurance status badge
Details
One participant
  • Daniel Hatton
Owner
unassigned
Submitted by
Daniel Hatton
Severity
normal

Debbugs page

Daniel Hatton wrote 6 months ago
(address . bug-guix@gnu.org)
6fed00f5-e15f-4830-99f8-9f79d3625eab@btinternet.com
Since the upgrade from 0.28.0 to 0.42.0, toot on Guix fails to run with
the error message
Traceback (most recent call last):
File "/gnu/store/2zv3473lkmf1c7a1wlzx2x4p32zflh6m-toot-0.42.0
/bin/.toot-real", line 4, in <module>
import toot.cli as mod
ModuleNotFoundError: No module named 'toot.cli'
I tried
find / -name toot.cli
and found nothing.
--
Kind regards,
Dan Hatton
Dr. Daniel C. Hatton
E-mail: <dan.hatton@btinternet.com>
SIP: <dan.hatton@sip.linphone.org>
Signal: dch.28
Daniel Hatton wrote 5 months ago
Workaround
(address . 73460@debbugs.gnu.org)
32b4f656-178e-4186-9736-e3695737b0a9@btinternet.com
As a workaround for now, I've uninstalled the Guix-managed toot and
installed toot (0.45.0) with pip instead. This seems to work.
--
Kind regards,
Dan Hatton
Dr. Daniel C. Hatton
E-mail: dan.hatton@btinternet.com
SIP: dan.hatton@sip.linphone.org
Signal: dch.28
Telephone: +44 (0)1223 832603
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73460@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73460
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help