-
Notifications
You must be signed in to change notification settings - Fork 924
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
invalid literal for int() with base 10: 'unknown'
with 3.8.0 rel
#2047
Comments
Thanks for reporting this. I'm working on 3.9.0 release as we speak. I will start a voting thread on our mailing list by EOD and then hopefully we will get enough votes to publish the release by end of the week. In the mean time, would it be possible for you to test latest Additionally, I would also like to add some safe guards to our CI to check issues like that automatically (we already have various dist and install checks in our pipeline, but it looks like they didn't catch this issue). |
Here are dist + install checks we run today with all the supported versions on CI:
I'm just working on improving 1) to also use python -m build to create the dist tarball, but besides that, it's not yet clear to me how they haven't caught this issue. |
Per @chenrui333, a2114923adcaee6b022b43410 should fix the issue. Additionally, I've included various improvements and additional build + dist + install checks (we already had a bunch, but sadly they some how diidn't catch this issue) as part of #2024 and other PRs. |
Summary
While regression building ansible for homebrew, seeing some setuptools build failure as
The text was updated successfully, but these errors were encountered: