gpt4 book ai didi

python-2.7 - 如何不显示消息 "DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020."?

转载 作者:行者123 更新时间:2023-12-02 17:01:07 25 4
gpt4 key购买 nike

我不断查询软件包的新版本。在每次查询时,我都会在命令提示符下收到 python 2.7 弃用消息。有办法隐藏它吗?

完整的消息是:

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support

最佳答案

您可以在脚本中使用以下代码,

import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)

Reference

关于python-2.7 - 如何不显示消息 "DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020."?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57292519/

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