┌─26-20:35 [(python-3.8.5) confus@conix ~/bookletimposer] └$ git clone https://git.codecoop.org/kjo/bookletimposer.git; cd bookletimposer; git checkout 85d55b7a 😱 master|✓ 😱 ┌─26-20:35 [(python-3.8.5) confus@conix ~/bookletimposer] └$ /home/confus/bookletimposer/.direnv/python-3.8.5/bin/python3 -Im ensurepip --upgrade --default-pip 😱 master|✓ 😱 Looking in links: /tmp/tmpk15vasxk Processing /tmp/tmpk15vasxk/setuptools-47.1.0-py3-none-any.whl Processing /tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl Installing collected packages: setuptools, pip ERROR: Exception: Traceback (most recent call last): File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/base_command.py", line 188, in _main status = self.run(options, args) File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/cli/req_command.py", line 185, in wrapper return func(self, options, args) File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/commands/install.py", line 398, in run installed = install_given_reqs( File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/req/__init__.py", line 67, in install_given_reqs requirement.install( File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/req/req_install.py", line 769, in install scheme = get_scheme( File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/locations.py", line 185, in get_scheme scheme = distutils_scheme( File "/tmp/tmpk15vasxk/pip-20.1.1-py2.py3-none-any.whl/pip/_internal/locations.py", line 125, in distutils_scheme i.finalize_options() File "/nix/store/v72cj06nk69cynckz2s12rhar25k1h7v-python3-3.8.5/lib/python3.8/distutils/command/install.py", line 366, in finalize_options self.set_undefined_options('build', File "/nix/store/v72cj06nk69cynckz2s12rhar25k1h7v-python3-3.8.5/lib/python3.8/distutils/cmd.py", line 286, in set_undefined_options src_cmd_obj = self.distribution.get_command_obj(src_cmd) File "/nix/store/v72cj06nk69cynckz2s12rhar25k1h7v-python3-3.8.5/lib/python3.8/distutils/dist.py", line 868, in get_command_obj self._set_command_options(cmd_obj, options) File "/nix/store/v72cj06nk69cynckz2s12rhar25k1h7v-python3-3.8.5/lib/python3.8/distutils/dist.py", line 910, in _set_command_options raise DistutilsOptionError( distutils.errors.DistutilsOptionError: error in setup.cfg: command 'build' has no such option 'icons' ┌─26012021 [(python-3.8.5) confus@conix ~/bookletimposer] [2] └$ ll 😱 master|✓ 😱 total 196K drwxr-xr-x 13 confus users 23 Jan 26 20:35 . drwx--x--- 40 confus users 76 Jan 26 20:33 .. drwxr-xr-x 3 confus users 3 Jan 26 20:35 .direnv -rw-r--r-- 1 confus users 555 Jan 26 20:33 .envrc drwxr-xr-x 8 confus users 13 Jan 26 20:35 .git -rw-r--r-- 1 confus users 43 Jan 26 20:32 .gitignore -rw-r--r-- 1 confus users 1.7K Jan 26 20:32 CHANGELOG -rw-r--r-- 1 confus users 35K Jan 26 20:32 COPYING -rw-r--r-- 1 confus users 2.0K Jan 26 20:32 HACKING -rw-r--r-- 1 confus users 289 Jan 26 20:32 MANIFEST.in -rw-r--r-- 1 confus users 1.9K Jan 26 20:32 README.md -rw-r--r-- 1 confus users 1.3K Jan 26 20:32 TODO drwxr-xr-x 2 confus users 3 Jan 26 20:32 bin drwxr-xr-x 2 confus users 11 Jan 26 20:32 data drwxr-xr-x 2 confus users 3 Jan 26 20:32 doc drwxr-xr-x 3 confus users 3 Jan 26 20:32 help drwxr-xr-x 3 confus users 4 Jan 26 20:32 lib drwxr-xr-x 2 confus users 8 Jan 26 20:32 po drwxr-xr-x 2 confus users 5 Jan 26 20:32 scripts -rw-r--r-- 1 confus users 66 Jan 26 20:32 setup.cfg -rwxr-xr-x 1 confus users 4.8K Jan 26 20:32 setup.py drwxr-xr-x 3 confus users 6 Jan 26 20:32 site drwxr-xr-x 2 confus users 8 Jan 26 20:32 tests ┌─26-20:36 [(python-3.8.5) confus@conix ~/bookletimposer] └$ mv setup.* lib 😱 master|✓ 😱 ┌─26-20:36 [(python-3.8.5) confus@conix ~/bookletimposer] └$ /home/confus/bookletimposer/.direnv/python-3.8.5/bin/python3 -Im ensurepip --upgrade --default-pip 😱 master|-2…2 😱 Looking in links: /tmp/tmpgllqvrnx Processing /tmp/tmpgllqvrnx/setuptools-47.1.0-py3-none-any.whl Processing /tmp/tmpgllqvrnx/pip-20.1.1-py2.py3-none-any.whl Installing collected packages: setuptools, pip Successfully installed pip-20.1.1 setuptools-47.1.0