We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The readme doesn't say anything about installing Dash, and there is no requirements.txt :)
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
The text was updated successfully, but these errors were encountered:
I added a requirements.txt and instructions in #14
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The readme doesn't say anything about installing Dash, and there is no
requirements.txt
:)The text was updated successfully, but these errors were encountered: