I followed the instructions in the README step by step. However, I found that there is no start_task.py file in the src directory, which caused the execution of "python -m src.start_task -a" to fail. The error reported is "No module named src.start_task". How can I solve this problem?
I followed the instructions in the README step by step. However, I found that there is no start_task.py file in the src directory, which caused the execution of "python -m src.start_task -a" to fail. The error reported is "No module named src.start_task". How can I solve this problem?