My friend just shared the existence of this software with me, and it looks perfect for me. His setup uses docker though, and mine doesn’t. The non-docker instructions seem simple enough, but I can’t figure out how to install the requirements. The “pip install” complains and says I should use apt, but I can’t find most of those requirements in my sources. For example “python3-verboselogs” isn’t found. Can someone help? I’d love to get this running!

  • Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    5 months ago

    Not being a Python developer myself I’d almost go the Docker route simply to avoid the hell that is Python package management.

    While I can’t suggest anything specifically helpful (I’ve forgotten) I’d say check the project’s Dockerfile. It’ll give you an idea of how they’re handling it in Docker therefore a provide some hint as to what to do.

    • electric_nan@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      5 months ago

      Every couple of years I try docker again. I just fail to wrap my head around it. I have a local friend who got it up and running though, so maybe I’ll have him hold my hand through it.