Quentin Leroy
Quentin Leroy
This is the same issue as #81 and the comments in there solved the issue for me.
Tested on my dev setup and confirm the Fatal error is turned into a Dataset could not be created. error. This is also a first step towards resolving #25786.
@xavier-GitHub76 I noticed that if you run pybabel compile -d superset/translations it will create/update the messages.mo files and then the navbar is correctly translated.
This is related to the issue #26738 There are no messages.mo files in the docker container so no translations related to FAB !
relevant discussion #25786
In my case I could not install `xmlrpc`, consistently over three tries. ``` install-php-extensions xmlrpc ... #12 46.08 ### INSTALLING REMOTE MODULE xmlrpc ### #12 46.08 (installing version beta) #12...
I think it is not quite right and the correct solution is to install yo@4 installed of the latest version. @rusackas @john-bodley @villebro The doc should tell to run :...
@visharavana Have you tried ``` npm i -g yo@4 cd superset-frontend/packages/generator-superset npm i npm link ``` If you install "npm i -g @superset-ui/generator-superset" you should not be able to build...
@mvsenin do you manage to (globally) install any npm package at all? Your error "yodoctor permission denied" means it requires administrative privileges. Your problem should be related to your npm...
Minimal config to reproduce the issue with a docker compose deployment ```python # docker/pythonpath_dev/superset_config_docker.py FEATURE_FLAGS = { "ENABLE_TEMPLATE_PROCESSING": True, } ```