gpt4 book ai didi

python - 运行 Flask 容器时 pycharm 分析没有输出

转载 作者:太空狗 更新时间:2023-10-30 02:03:25 26 4
gpt4 key购买 nike

运行 PyCharm 4.5.3 Build #141.1899 专业版并获得许可。我使用类似于以下配置的 profiler 命令运行 Flask 应用程序:

python app.py

看起来像:

def create_app():
app = Flask(__name__, static_folder='static')
app.register_blueprint(
consumer_v1.bp,
url_prefix='/consumer/v1')
return app

app = create_app()

if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=5001)

当我转到“运行 -> 配置文件应用程序”时,我在控制台上看到以下内容:

   /Users/james/.virtualenvs/trustmile-api/bin/python   /Applications/PyCharm.app/Contents/helpers/profiler/run_profiler.py 127.0.0.1 49537 /Users/james/Documents/workspace/trustmile-backend/trustmile/api_stubs/api_stubs/__init__.py
Starting cProfile profiler

2015-09-01 07:00:25,717 INFO [werkzeug][MainThread] * Running on http://0.0.0.0:5001/ (Press CTRL+C to quit)
2015-09-01 07:00:25,723 INFO [werkzeug][MainThread] * Restarting with stat
2015-09-01 07:00:32,801 INFO [werkzeug][Thread-1] 127.0.0.1 - - [01/Sep/2015 07:00:32] "POST /consumer/v1/account/password HTTP/1.1" 403 -
Snapshot saved to /Users/XXXX/Library/Caches/PyCharm40/snapshots/trustmile-backend5.pstat
Process finished with exit code 0

但是 UI 中没有显示任何内容,如下所示。

enter image description here

非常感谢任何帮助。

最佳答案

为了解决这个问题,我简单地安装了 yappi而不是默认的 python 分析器。

pip install yappi

我希望这对你也有用!

关于python - 运行 Flask 容器时 pycharm 分析没有输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32319971/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com