Python Error: No module named _plotly_future_.orca_defaults
This is probably because you don't have package plotly installed.
You can install it in command line via pip:
pip install plotly
Install specific version:
pip install "plotly==4.5.2"
Get more info about package via pypi.org: plotly