-
Notifications
You must be signed in to change notification settings - Fork 128
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
localstack failing build Action #82
Comments
Thanks for finding this This seems to be solved in the very recent setuptools 65-6-3 (see changelog https://setuptools.pypa.io/en/latest/history.html#v65-6-3 ) However... currently scripts will rely on a preinstalled pipx (if exists ) - thus inheriting any old setuptools already in existence in the pipx shared bin folder |
force updating setuptools even for pre-existing pipx environments also forcing pip and wheel to eliminate future problems Fixes #82
Awesome! 👍 |
Right now the localstack feature is failing its tests (as of the latest commit at time of writing).
Image of the failed Action
The error message that kills the build process is:
Link to it in the Actions log
The most relevant result from Google seems to be: pypa/setuptools#3707. Here's the PR that supposedly fixes the issue: pypa/setuptools#3709. I don't know what the fix would be. Maybe this is just some issue upstream that will eventually go away?
The text was updated successfully, but these errors were encountered: