Skip to content

osl-incubator/artbox

Repository files navigation

ArtBox

ArtBox is a tool set for handling multimedia files.

Features

TBD

Troubleshoot

Before install artbox dependencies install the following packages

$ pip wheel --use-pep517 "playsound (==1.3.0)"

After installing with poetry install:

  • Patch pytube (ref: pytube/pytube#1773): sed -i 's/(r"^\\w+\\W")/(r"^\w+\W")/' $CONDA_PREFIX/lib/python3.*/site-packages/pytube/cipher.py