Quantcast
Channel: 🎛️ Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271

Can't import dash_core_components

$
0
0

I installed dash on ubuntu 18.04:
pip3 install dash

Then I have a test program, test.py, and I get the following error. What is wrong?

import os, pandas as pd
import plotly
import dash
import dash_core_components as dcc <<<<<<<<<<<<< error here:
Exception has occurred:SystemExit
1
File "…/test.py, line 4, in
import dash_core_components as dcc
File "…/test.py, line 3, in
import dash

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 6271

Trending Articles