On Monday, January 3, 2022 at 6:15:53 AM UTC+8, Marco Sulla wrote:
> https://askubuntu.com/questions/584857/distutilsextra-problem
I found its Git repository using the following method:
$ for i in python-distutils-extra python3-distutils-extra; do apt showsrc $i |&
grep git; done | sort -u
Vcs-G
shell 3.8.3
> $ pyenv virtualenv --system-site-packages pdfarranger
> $ pyenv shell pdfarranger
> $ pip install -U pip
> $ ./setup.py build
> Traceback (most recent call last):
> File "./setup.py", line 24, in
> from DistUtilsExtra.command import (
> ModuleNotF
"./setup.py", line 24, in
from DistUtilsExtra.command import (
ModuleNotFoundError: No module named 'DistUtilsExtra'
See the following for the package list installed in this virtualenv:
$ pip list
PackageVersion
--
pip21.3.1
pyfiglet