Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iconoclasthero opened this issue Dec 8, 2023 · 2 comments

Comments

@iconoclasthero
Copy link

$ 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: [email protected]
License: UNKNOWN
Location: /usr/lib/python3/dist-packages
Requires: 
Required-by: setuptools-scm
@iconoclasthero
Copy link
Author

iconoclasthero commented Dec 8, 2023

$ pip show gmvault
Name: gmvault
Version: 1.9.1
Summary: Tool to backup and restore your Gmail emails at will. http://www.gmvault.org for more info
Home-page: http://www.gmvault.org
Author: Guillaume Aubert
Author-email: [email protected]
License: AGPLv3
Location: /usr/local/lib/python3.10/dist-packages/gmvault-1.9.1-py3.10.egg
Requires: argparse, chardet, IMAPClient, Logbook
Required-by: 

@iconoclasthero
Copy link
Author

iconoclasthero commented Dec 8, 2023

Thought there was a link for static builds, found the line:
"Github Repository (for developers, not for installing)"

which directly contradicts

gaubert/gmvault/README.md:
"You can also install the software from the source from (github.com/gaubert/gmvault)."

Here's the cleaned log of that attempt.
source_fail.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant