Installed Dash Bootstrap Components, error init eager

Just installed Dash Bootstrap Components and now I can’t run the app. The error message is:

init() missing 1 required positional argument: ‘eager’

Any ideas? Thanks!

Can you post the full error message?

Yes indeed.

Traceback (most recent call last):

File “D:\Milton\milton.py”, line 29, in
app = dash.Dash(name, external_stylesheets=external_stylesheets)

File “D:\Anaconda3\lib\site-packages\dash\dash.py”, line 317, in init
self.config.finalize(

TypeError: init() missing 1 required positional argument: ‘eager’

Nevermind. Rebooted and it went away.

The It Crowd solution worked.

Thanks anyway!

1 Like