Skip to content

ImportError: No module named dash #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolaskruchten opened this issue Sep 27, 2018 · 1 comment · Fixed by #14
Closed

ImportError: No module named dash #13

nicolaskruchten opened this issue Sep 27, 2018 · 1 comment · Fixed by #14

Comments

@nicolaskruchten
Copy link
Contributor

The readme doesn't say anything about installing Dash, and there is no requirements.txt :)

nk$ npm run build:py                                                         

> my-dash-component@0.0.1 build:py /Users/nicolas/plotly/dash-component-boilerplate
> node ./extract-meta src/lib/components > my_dash_component/metadata.json && copyfiles package.json my_dash_component && python -c "import dash; dash.development.component_loader.generate_classes('my_dash_component', 'my_dash_component/metadata.json')"

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named dash
@T4rk1n
Copy link
Contributor

T4rk1n commented Sep 27, 2018

I added a requirements.txt and instructions in #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants