noctuid / zscroll

A text scroller for panels or terminals
GNU General Public License v3.0
198 stars 10 forks source link

Keep getting DeprecationWarning when running zscroll #18

Closed maplepy closed 2 years ago

maplepy commented 2 years ago
/sbin/zscroll:5: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.util import strtobool
maplepy commented 2 years ago

For your information I'm running the example script in the readme

zscroll --before-text "♪ x" --delay 0.3 \
        --match-command "playerctl status" \
        --match-text "Playing" "--before-text ' '" \
        --match-text "Paused" "--before-text ' ' --scroll 0" \
        --update-check true "playerctl metadata --format '%{T2}{{ artist }} - %{T5}{{ title }}'"
n-ovux commented 2 years ago

Yeah i'm having the same problem

noctuid commented 2 years ago

Try it now.