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

localstack failing build Action #84

Merged
merged 2 commits into from Nov 26, 2022
Merged

Conversation

danielbraun89
Copy link
Member

force updating setuptools even for pre-existing pipx environments

also forcing pip and wheel to eliminate future problems

Fixes #82

force updating setuptools even for pre-existing pipx environments

also forcing pip and wheel to eliminate future problems

Fixes #82
@jcbhmr
Copy link
Contributor

jcbhmr commented Nov 26, 2022

Thanks for tackling this. I didn't know how to fix the problem. Your solution is one only a Python savant would know. 👍

Did you want to add a link to the issue like below, or is that not needed in such a small case like this?

# make sure pipx uses the latest version of setuptools wheel and pip. This fixes #82 by
# forcing setuptools to use the latest version. (add more why reason here...)
$(pipx environment --value PIPX_SHARED_LIBS)/bin/pip install pip setuptools wheel -U

@danielbraun89 danielbraun89 marked this pull request as ready for review November 26, 2022 20:08
@danielbraun89 danielbraun89 merged commit 0d45ba5 into main Nov 26, 2022
@danielbraun89 danielbraun89 deleted the danielbraun89/issue82 branch December 3, 2022 11:35
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.

localstack failing build Action
2 participants