-
Notifications
You must be signed in to change notification settings - Fork 5
Python class not being generated #1
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
Comments
@T4rk1n , I realized the python class is not being generated because metadata.json file is empty. Could you please suggest why is that and what could be a workaround for it? |
I wonder if this is still a valid issue. I haven't seen a new release of Dash, but I did notice that this is merged plotly/dash#1956 . |
I wonder if this is related pip install error im getting
|
I've just changed the requirements.txt file to the following:
This solved all issues for me and appears to build ok |
Even after
npm build run
, the python class is not being generated in the example_component directory. I can see the example_component.js file but no ExampleComponent.py . How to import the React component and run the python dash application?The text was updated successfully, but these errors were encountered: