$ which python3 pip; python3 --version; pip --version
/usr/bin/python3
/bin/python3
/usr/bin/pip
/bin/pip
Python 3.10.12
pip 23.3.1 from $HOME/.local/lib/python3.10/site-packages/pip (python 3.10)
Here's the log of the machine on which it is intended to run. Also failed on a machine on which I reinstalled Ubuntu 22.04 < 12 hours ago.
gmvault-setup.py.log
Looks like it might have something to do with the egg (python3.10.12 installed, both machines) and/or setuptools:
$ pip show setuptools
Name: setuptools
Version: 59.6.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: distutils-sig@python.org
License: UNKNOWN
Location: /usr/lib/python3/dist-packages
Requires:
Required-by: setuptools-scm
Here's the log of the machine on which it is intended to run. Also failed on a machine on which I reinstalled Ubuntu 22.04 < 12 hours ago.
gmvault-setup.py.log
Looks like it might have something to do with the egg (python3.10.12 installed, both machines) and/or setuptools: