I'm running a dash app on python 3.8. I have fully up to date versions of plotly of and dash installed. Every time I try to include this import:
import plotly.graph_objs as go
I get this error:
AttributeError: module 'plotly.graph_objs' has no attribute 'FigureWidget'
I've tried everything. I've tried updating, uninstalling, and reinstalling plotly. I've exhausted everything I can find in Google. The solution I keep finding is to update to the latest version of plotly.