• QuaternionsRock@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    You need to install Python package dependencies. pip install -r requirements.txt is the simplest way to do it, but that unfortunately installs the packages globally. May be wise to use a virtual environment.

  • Synthead@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    1 year ago

    You should copy the console text and post it as a code block on your post. Not only is this easier to read, it’s searchable for others, and more accessible-friendly, too.