dosubot[bot] commented on issue #31428: URL: https://github.com/apache/superset/issues/31428#issuecomment-2540681392
<!-- Answer --> Running shell scripts like `po2json.sh` on Windows can sometimes lead to issues because Windows doesn't natively support Unix shell scripts. Here are a few options you can try: 1. **Use Windows Subsystem for Linux (WSL):** Install WSL and run your commands in a Linux environment on Windows. This can help you execute shell scripts as if you were on a Unix-based system. 2. **Use Git Bash:** Git for Windows comes with Git Bash, which provides a Unix-like shell. You can try running your script using Git Bash. 3. **Docker Setup:** Consider using Docker to run Superset. This approach can bypass Windows-specific issues by running everything in a containerized environment. You can follow the Docker setup instructions provided in the Superset documentation to get started <sup>[[1]](https://github.com/apache/superset/blob/master/docs/docs/quickstart.mdx)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/installation/docker-compose.mdx)</sup>. These methods should help you run the `build-translation` script on a Windows machine. <!-- 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/75f4545a-d8a6-42bd-99f2-2e9c39cbbb0c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/75f4545a-d8a6-42bd-99f2-2e9c39cbbb0c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/75f4545a-d8a6-42bd-99f2-2e9c39cbbb0c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/75f4545a-d8a6-42bd-99f2-2e9c39cbbb0c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/75f4545a-d8a6-42bd-99f2-2e9c39cbbb0c?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/75f4545a-d8a6-42bd-99f2-2e9c39cbbb0c?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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
