Skip to content

Update README.md#452

Open
nhoyle wants to merge 1 commit intoungoogled-software:masterfrom
nhoyle:patch-1
Open

Update README.md#452
nhoyle wants to merge 1 commit intoungoogled-software:masterfrom
nhoyle:patch-1

Conversation

@nhoyle
Copy link
Copy Markdown

@nhoyle nhoyle commented May 18, 2025

Update README.md to add a note regarding the need to pip install setuptools for python 3.12 and later. The removal of distutils from the standard library in 3.12 and later otherwise breaks the build.py script.

Update README.md to add a note regarding the need to pip install setuptools for python 3.12 and later. The removal of distutils from the standard library in 3.12 and later otherwise breaks the build.py script.
Comment thread README.md
* Disable the `python3.exe` and `python.exe` aliases in `Settings > Apps > Advanced app settings > App execution aliases`. They will typically be referred to as "App Installer". See [this question on stackoverflow.com](https://stackoverflow.com/questions/57485491/python-python3-executes-in-command-prompt-but-does-not-run-correctly) to understand why.
* Ensure that your Python directory either has a copy of Python named "python3.exe" or a symlink linking to the Python executable.
* The `httplib2` module. This can be installed using `pip install`.
* For Python 3.12 and later: the build.py script relies on distutils, which is removed from the standard library in 3.12. It is now provided by the setuptools library. Install it via `pip install setuptools`.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe capitalize the first the?

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

Successfully merging this pull request may close these issues.

2 participants