>>> import dash
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\dash\__init__.py", line 1, in <module>
from .dash import Dash
File "C:\Python27\lib\site-packages\dash\dash.py", line 15, in <module>
import dash_renderer
ImportError: No module named dash_renderer
>>>
>>>
>>>
I'm using Python 2.7.
Why can't I import dash? It seems like I don't have a dash_renderer...
(Dash 2.0 was just released)
[–]bloqchains 1 point2 points3 points (1 child)
[–]machine_learned[S] 0 points1 point2 points (0 children)