-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Failure with python 3.10 #135
Comments
same issue too There is a work-around method: install virtualenv==20.10.0 via |
Confirming the issue, we also started to get this a few hours ago. Also we experienced this error several days ago in our install scripts, and applied a workaround |
yes this is a bug in I'd recommend using https://pre-commit.ci instead which does not suffer from this bug |
Why are you closing the issue if its actual? The source might not be in this action par se, but it suffers from it. |
because the bug is not here, I can't influence or guide the discussion / changes that need to happen to fix it. I would rather direct users to the actual problem where they can adequately communicate with the stakeholders and drive a fix |
for those looking for a summary on where to follow up I've collected this to one place here: pre-commit/pre-commit#2178 (comment) |
Hi there,
I am getting a failure in github with the default config suggested in the README. It worked like a charm until today - I am not sure what changed, perhaps github changed to use python 3.10 by default, or maybe it was the fact I ran
pre-commit autoupdate
. When I run pre-commit run --all-files locally in python 3.9.7 it works great.I get the following stack trace:
You can see my CI run here: https://github.com/Goldziher/pydantic-factories/runs/4649830101?check_suite_focus=true
This is my pre-commit config:
The text was updated successfully, but these errors were encountered: