无法运行AppEngine Bigquery示例

时间:2018-11-30 15:22:09

标签: python-3.x google-app-engine google-app-engine-python

我正在尝试运行

中的Bigquery示例
python-docs-samples/appengine/standard_python37/bigquery

我转到该文件夹​​并运行

pip install -r requirements.txt

我从那里跑了

python main.py

我的本​​地主机启动(http://localhost:8080)。但是,当我转到该URL时,它显示“无法访问此站点”。我在做什么错了?

1 个答案:

答案 0 :(得分:0)

我必须在 main 函数下添加它

app.run(host='127.0.0.1', port=8080, debug=True)