dosubot[bot] commented on issue #31725: URL: https://github.com/apache/superset/issues/31725#issuecomment-2572932218
<!-- Answer --> The version number displaying as `0.0.0-dev` in Superset typically indicates that you are using an "in-development" version. This can happen if the version information is not correctly set during the build process. Here are some steps you can take to resolve this issue: 1. **Ensure Correct Version Information:** - Superset determines its version from a `version_info.json` file. Make sure this file is correctly generated during the installation process. If it's missing, Superset will default to `0.0.0-dev` <sup>[[1]](https://github.com/apache/superset/blob/master/setup.py)</sup>. 2. **Check the Build Process:** - Ensure that the `npm install` and `npm build` commands are executed successfully without errors. These commands are crucial for setting up the frontend correctly. 3. **Verify the `set_release_env.sh` Script:** - If applicable, use the `set_release_env.sh` script to set the correct version environment variables. This script helps configure the release version by setting environment variables like `SUPERSET_VERSION` <sup>[[2]](https://github.com/apache/superset/blob/master/RELEASING/set_release_env.sh)</sup>. 4. **Rebuild the Project:** - After ensuring the above steps, try rebuilding the project to see if the version updates correctly. If these steps do not resolve the issue, you might want to check for any specific errors during the build process that could provide more insight into the problem. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/9980755d-744c-49b9-9684-95bfb87701c0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/9980755d-744c-49b9-9684-95bfb87701c0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/9980755d-744c-49b9-9684-95bfb87701c0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/9980755d-744c-49b9-9684-95bfb87701c0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9980755d-744c-49b9-9684-95bfb87701c0?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/9980755d-744c-49b9-9684-95bfb87701c0?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org