-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
type object 'Callable' has no attribute '_abc_registry' #1707
Comments
this is unrelated to black and due to installing here's the usually you can fix this by |
Commenting out black in my pipenv was the only thing that seemed to avoid it. The install works perfectly without black or with black on a 19.xx version. It seems odd that changing black's version resolved the issue, but no worries I'm pinned on 19 and everything is operational. Thanks! |
black might be the only thing that's building using pyproject.toml 🤷 |
Well in that case I'll close this issue as there isn't anything actionable on Black's side. |
Truly. |
**20.xx versions fail to install
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Does this bug also happen on master?
yes
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: