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

Pin setuptools<50.0.0 #108

Merged
merged 1 commit into from
Aug 31, 2020
Merged

Pin setuptools<50.0.0 #108

merged 1 commit into from
Aug 31, 2020

Conversation

andrewegel
Copy link
Contributor

@andrewegel andrewegel commented Aug 31, 2020

The 5.4.x -> master jobs are failing to build UBI8 Images because the location of the dub/cub python scripts moved from (expected) /usr/local/bin to (now) /usr/bin.

It seems there was a setuptools release over the weekend:

-  Downloading https://files.pythonhosted.org/packages/c3/a9/5dc32465951cf4812e9e93b4ad2d314893c2fa6d5f66ce5c057af6e76d85/setuptools-49.6.0-py3-none-any.whl (803kB)
+  Downloading https://files.pythonhosted.org/packages/b0/8b/379494d7dbd3854aa7b85b216cb0af54edcb7fce7d086ba3e35522a713cf/setuptools-50.0.0-py3-none-any.whl (783kB)

This release has seemed to have caused a lot of issues in the community: pypa/setuptools#2352

Their solution is to pin bellow 50.0.0 until its fixed, which is what we're doing here.

@andrewegel andrewegel changed the title Use pip --prefix option, not --install-option Pin setuptools<50.0.0 Aug 31, 2020
@andrewegel andrewegel marked this pull request as ready for review August 31, 2020 19:24
@andrewegel andrewegel requested a review from ewencp August 31, 2020 19:26
@andrewegel andrewegel merged commit 451bae8 into 5.4.x Aug 31, 2020
@andrewegel andrewegel deleted the fix-ubi8-python-prefix branch August 31, 2020 19:55
andrewegel added a commit that referenced this pull request Dec 1, 2020
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