You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm; it looks like the problem is coming from running Sphinx to build the manpage that goes in the source distribution. I'm guessing that there is a partial Sphinx installation from the Debian packages (because Debian likes to "atomize" packages to install components separately).
Maybe try pip install -U sphinx to get the latest version from PyPI?
sampsyo
added
the
needinfo
We need more details or follow-up from the filer before this can be tagged "bug" or "feature."
label
Mar 28, 2022
Yes, it works (with some more errors that can be found on stackoverflow.)
BTW, can you check my pull request at #4327 ?
The integration tests as well as the local tests on AWS have passed.
Hi, I am trying to run tests on Ubuntu 20.04.3(an AWS server).
Problem
I am able to run
in beets/ directory
However, when I run tox, it failes.
Setup
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
My configuration (output of
beet config
) is: not relevantThe text was updated successfully, but these errors were encountered: