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
Traceback (most recent call last):
File "/dev/shm/bazel-sandbox.40481ad92d78e30c6b3380b5cabc16a87cbf19629124376bff2c3633d6dc3e5d/linux-sandbox/6744/execroot/__main__/bazel-out/k8-fastbuild/bin/pip/iniherit/iniherit_cpython-312_import_test.runfiles/__main__/pip/iniherit/iniherit_cpython-312_import_test-wrapper.py", line 55, in <module>
exec(code, module.__dict__)
File "/dev/shm/bazel-sandbox.40481ad92d78e30c6b3380b5cabc16a87cbf19629124376bff2c3633d6dc3e5d/linux-sandbox/6744/execroot/__main__/bazel-out/k8-fastbuild/bin/pip/iniherit/iniherit_cpython-312_import_test.runfiles/__main__/build_tools/py/import_check.py", line 14, in <module>
main()
File "/dev/shm/bazel-sandbox.40481ad92d78e30c6b3380b5cabc16a87cbf19629124376bff2c3633d6dc3e5d/linux-sandbox/6744/execroot/__main__/bazel-out/k8-fastbuild/bin/pip/iniherit/iniherit_cpython-312_import_test.runfiles/__main__/build_tools/py/import_check.py", line 10, in main
__import__(arg)
File "/dev/shm/bazel-sandbox.40481ad92d78e30c6b3380b5cabc16a87cbf19629124376bff2c3633d6dc3e5d/linux-sandbox/6744/execroot/__main__/bazel-out/k8-fastbuild/bin/pip/iniherit/iniherit_cpython-312_import_test.runfiles/__main__/pip/iniherit/iniherit-cpython-312/lib/iniherit/__init__.py", line 9, in <module>
from .parser import *
File "/dev/shm/bazel-sandbox.40481ad92d78e30c6b3380b5cabc16a87cbf19629124376bff2c3633d6dc3e5d/linux-sandbox/6744/execroot/__main__/bazel-out/k8-fastbuild/bin/pip/iniherit/iniherit_cpython-312_import_test.runfiles/__main__/pip/iniherit/iniherit-cpython-312/lib/iniherit/parser.py", line 37, in <module>
_real_SafeConfigParser = CP.SafeConfigParser
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
The text was updated successfully, but these errors were encountered:
SafeConfigParser
was removed in favor ofConfigParser
.Release Note: https://docs.python.org/3/whatsnew/3.12.html#configparser
Import Failure:
The text was updated successfully, but these errors were encountered: