On Sun, Dec 22, 2019 at 01:46:29PM -0800, J A wrote: > I'm having issues resolving the few optional widget warnings. How can I > install mpd and dateutil. I've tried the normal methods but seem to be > running down a rabbit hole.
If you're not running those widgets, there's no need to install their dependencies. However, pypi is probably the best way to install them if you're curious: https://pypi.org/project/python-mpd/ https://pypi.org/project/python-dateutil/ Tycho > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/qtile-dev/20350a40-6445-4e58-84ea-12088d01421c%40googlegroups.com. > 2019-12-22 16:41:03,734 WARNING libqtile utils.py:safe_import():L192 Unmet > dependencies for optional Widget: '.widget.mpdwidget.Mpd', No module named > 'mpd' > 2019-12-22 16:41:03,737 WARNING libqtile utils.py:safe_import():L192 Unmet > dependencies for optional Widget: '.widget.mpd2widget.Mpd2', No module named > 'mpd' > 2019-12-22 16:41:03,745 WARNING libqtile utils.py:safe_import():L192 Unmet > dependencies for optional Widget: '.widget.khal_calendar.KhalCalendar', No > module named 'dateutil' > 2019-12-22 16:41:03,887 WARNING libqtile > xcursors.py:_setup_xcursor_binding():L112 xcb-cursor not found, fallback to > font pointer -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/20191223000841.GG5185%40cisco.
