DLL Load Failed - Pandas Profiling

I installed pandas-profiling module and trying to generate a report. But I am getting below error. Please share your insights.

ImportError: DLL load failed: The specified module could not be found.

Traceback:

  File "C:\Users\Tools\Streamlit-JMeter\app.py", line 9, in <module>
    import pandas_profiling

Hi @QAInsights,

Could you share your OS Version, Python version, Pandas version, Conda/Pipenv, etc… ?

Hi @Jonathan_Rhone,

I was able to solve the issue by creating a new environment in Anaconda. Thanks!

1 Like