Relative Content

Tag Archive for pythonjsoncompiler-errorsimport-modulepython-jsons

How to import JSON module in python 3.12

Traceback (most recent call last):
File “c:Usersp cDesktopPythonimport json”, line 1, in
import json
File “c:Usersp cDesktopPythonjson.py”, line 5, in
y = json.load(x)
^^^^^^^^^
AttributeError: partially initialized module ‘json’ has no attribute ‘load’ (most likely due to a circular import)
PS C:Usersp cDesktopPython>