-
Notifications
You must be signed in to change notification settings - Fork 35
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
Crash on setup: "Failed building wheel for typed-ast" #12
Comments
For others, I've submitted a PR to fix this here: In the meantime, you can see my workaround here: |
Alternatively I found that the actual Black repo |
Ya, not having arguments wasn't an option for my use-case :( |
lgeiger action failed. Found at lgeiger/black-action#12
Let me try to make the problem clear:
But the official black action by psf now appears to work well on Python 3.9 (see psf/black#1747 and https://github.com/Zulko/moviepy/pull/1337/files given by @tburrows13 ). How could that be done now that its Dockerfile is almost identical to this project's? I am wondering where the magic happens? |
@mflaxman psf/black has just added support for custom arguments in psf/black#1755 |
Thank you @tburrows13! I submitted a PR to this open-source project to use it: |
Hello,
Starting last week, all of our
black
GitHub actions started failing during setup, for example: https://github.com/Zulko/moviepy/pull/1334/checks?check_run_id=1220896230I wonder if the default Python version install in the docker file has changed -
FROM python:3
- maybe it went to Python 3.9? (python/typed_ast#146 might be relevant).The text was updated successfully, but these errors were encountered: