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

Add setuptools to requirements.txt #193

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Add setuptools to requirements.txt #193

merged 1 commit into from
Oct 29, 2023

Conversation

dhalbert
Copy link
Contributor

CI Python version is now 3.12. It needs setuptools:

From https://docs.python.org/3/whatsnew/3.12.html

gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment

CI Python version is now 3.12. It needs `setuptools`:

From https://docs.python.org/3/whatsnew/3.12.html
> gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment
@dhalbert dhalbert merged commit bbb29f4 into main Oct 29, 2023
2 checks passed
@dhalbert dhalbert deleted the dhalbert-patch-1 branch October 29, 2023 01:09
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.

1 participant