-
On Alpine Linux 3.21.2, there is not an apk package for auto-editor. Install via pip suggests pipx for managing the virtual environment. pipx seems to have trouble with pyav or libavformat. What would be advised in this situation?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You, at the very least, need to install the ffmpeg C libraries ( |
Beta Was this translation helpful? Give feedback.
-
Honestly, you might be better off using Arch Linux, but if you must use Alpine, do the following:
|
Beta Was this translation helpful? Give feedback.
Honestly, you might be better off using Arch Linux, but if you must use Alpine, do the following:
scripts/build-deps
if you have to).pip install .
pip install auto-editor
.