Skip to content

Build fails on 2 separate Ubuntu 22.04 with pip and sudo python3 setup.py install #373

@iconoclasthero

Description

@iconoclasthero
$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions