ERROR conda.cli.main_run:execute(49): `conda run python 1.py` fail
问题描述当尝试启动Flask程序时,出现了启动失败的情况。fromflaskimportFlaskapp=Flask(__name__)@app.route('index.php')defhello():return"Helloworld"if__name__=='__main__':app.run(host='127.0.0.1',port=80)并给出了如下错误提示:*ServingFlask