You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/tmp/pip-build-env-l7g3nkvd/overlay/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2191, in <module>
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
[end of output]
The text was updated successfully, but these errors were encountered:
sjev
changed the title
Pre-commit broken on Python 3.12.3
Pre-commit broken on Python 3.12
May 6, 2024
Platform/operating system: docker, python:3-slim
Python version (run
python -version
orpython3 -version
): 3.12.2Problem:
pre-commit run --all-files
crashes. (log below)How to reproduce:
main
docker run -it --rm -v "$(pwd)":/workspace -w /workspace python:latest bash
error log (relevant part)
The text was updated successfully, but these errors were encountered: