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
    0
    ·
    3 days 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 and it should give you an idea of what to do.

    • electric_nan@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days 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.