(Python) dash core components - ModuleNotFound

For people coming across this issue in 2022, you probably have import dash_core_components as dcc from using previous versions of dash. The current up-to-date way to import dash core components is from dash import dcc.