-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
pre-commit hook not working due to isort
PEX failure.
#7436
Comments
@thoward : You can pass Oh... having typed all that out, I think I might see the issue. |
Hi @thoward - thanks for working on some PRs and sorry this is interfering! To confirm, you are running Pants through the Could you please |
I was able to get around this by uninstalling Python @Eric-Arellano Yup, using the |
Ah that complicates things that you have Now that you have Pexrc commented out, you should be able to re-install 3.6 from Pyenv, and Also, rather than calling |
This was almost certainly #7816. I'll close this issue and track the solution over there. |
I'm trying to file a PR and have installed the precommit hooks locally. I'm running into a problem where the hook is failing with an obscure error:
I have Python 3.6 installed via
pyenv
and it's working as expected for everything else. This seems like some kind of platform-specific issue w/ theisort
PEX that's being used. Would really love to get this working so I can file a couple PRs, but currently at a loss of how to resolve.The text was updated successfully, but these errors were encountered: