Skip to content
Snippets Groups Projects

Draft: fix: install xz to allow using lzma

Open Alexander Held requested to merge alheld/StatAnalysis:fix/python-lzma into main

Attempt to resolve #41 by installing xz.

XZ Utils (previously LZMA Utils) is a set of free software command-line lossless data compressors, including the programs lzma and xz, for Unix-like operating systems and, from version 5.0 onwards, Microsoft Windows.

(https://en.wikipedia.org/wiki/XZ_Utils)

This would also need a backport into the v0.2 series.

When using python2, the lzma import succeeds. In addition, an xz exists at /usr/bin/xz even prior to this explicit install added here.

Edited by Alexander Held

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading