I installed plotly Dash on my system (OS X running pthon 3.5), but when I try and import dash, I get the following error:
ImportError: No module named ‘plotly.datatypes’
I did a “pip install plotly --upgrade” for good measure, but still get the same error. Has anyone seen the same sort of error?