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
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
when i try to execute example folder python file encountering below error when importing pandas.io.json. I have imported pandas library but still issue is not resolved. Please help to resolve this issue.
(tutorial-env) PS C:\GSF_Projects_Testing\experimentImpactTracker> & C:/GSF_Projects_Testing/experimentImpactTracker/tutorial-env/Scripts/python.exe c:/GSF_Projects_Testing/experimentImpactTracker/experimentImpactTracker.py
Traceback (most recent call last):
File "c:\GSF_Projects_Testing\experimentImpactTracker\experimentImpactTracker.py", line 6, in
from experiment_impact_tracker.compute_tracker import ImpactTracker
File "C:\GSF_Projects_Testing\experimentImpactTracker\tutorial-env\Lib\site-packages\experiment_impact_tracker\compute_tracker.py", line 16, in
from pandas.io.json import json_normalize
ImportError: cannot import name 'json_normalize' from 'pandas.io.json' (C:\GSF_Projects_Testing\experimentImpactTracker\tutorial-env\Lib\site-packages\pandas\io\json_init_.py). Did you mean: '_normalize'?