AttributeError: partially initialized module ‚json‘ has no attribute ‚load‘
AttributeError: partially initialized module ‚json‘ has no attribute ‚load‘ (most likely due to a circular import) Du hast eine Datei namens json.py in deinem Projektordner. Dadurch überschreibst du das eingebaute Python-Modul json und bekommst diesen Fehler:AttributeError: partially initialized module ‚json‘ has no attribute ‚load‘ (most likely due to a circular import) . Lösung:Benenne deine eigene … Weiterlesen