Module not found pandas profiling error message

how do I resolve the following error message? ModuleNotFoundError: No module named ‘pandas_profiling’

Traceback:

File "/opt/anaconda3/envs/streamlit_model/lib/python3.9/site-packages/streamlit/script_runner.py", line 354, in _run_script
    exec(code, module.__dict__)File "/Users/bishopakolgo/Desktop/app.py", line 11, in <module>
    from pandas_profiling import ProfileReport

Hi i finally resolved this issue by just by simply installed pandas profiling. However the new problem is the following;
module NotFound: No module named: “df_helper”
file “opt/anacoda3/envs/stream;it_model/lib/python3.9/dite-packages/streamlit exec(code, module. dic)
File”/users/bishopakolgo/desktop/app.py,line 16, in module import df_helper as helper # custom script

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.