Skip to content

borg 2.0.0b20 binary releases don't include cockpit support #9241

@witten

Description

@witten

I was excited to try out this cockpit thing, but:

# wget https://github.com/borgbackup/borg/releases/download/2.0.0b20/borg-linux-glibc235-x86_64-gh -O borg2.0.0b20
# chmod +x borg2.0.0b20
# ./borg2.0.0b20 --cockpit
ImportError: No module named 'textual'
The Borg Cockpit feature has some additional requirements.
Please install them using: pip install 'borgbackup[cockpit]'
# python -c 'import textual'
#

I assume the Borg binary doesn't care that I have textual installed because it's using its internal PyInstaller modules instead of what's on my system.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions