-
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
SystemError: extension module 'black' is already cached #4544
Comments
You maybe already know all of this, but just in case.... Black wheels are compiled with mypyc. I ran into this in a beta release of CPython 3.13 and it was fixed upstream, see python/mypy#17748. Could you confirm the Python version? |
Oh no, I should have checked more carefully before filing this issue. Despite the announced update to Python 3.13.1, AppVeyor's Visual Studio 2019 and 2022 images still contain version Thanks for the quick and helpful response! In case anyone else encounters this problem, here is the link to the related AppVeyor discussion I just started: https://help.appveyor.com/discussions/problems/37742-python-3131 |
This could be useful to see whether the version is a release or a beta. See e.g. psf/black#4544 and https://help.appveyor.com/discussions/problems/37742-python-3131.
This could be useful to see whether the version is a release or a beta. See e.g. psf/black#4544 and https://help.appveyor.com/discussions/problems/37742-python-3131.
This could be useful to see whether the version is a release or a beta. See e.g. psf/black#4544 and https://help.appveyor.com/discussions/problems/37742-python-3131.
Unfortunately, I get this error only on AppVeyor and cannot reproduce it locally. It only happens under Python 3.13. According to their documentation, they recently switched from a release candidate to 3.13.1. I waited for this switch before filing this issue, but the problem remains.
Here is the complete traceback:
pip-installed black version: 24.10.0
Any more information I can help with?
The text was updated successfully, but these errors were encountered: