Closed jaried closed 2 years ago
https://docs.python.org/3.9/library/warnings.html
您的运行命令和环境变量有设置相关参数吗?默认情况下, 该 DeprecationWarning 不会抛给用户代码的。
奇怪,我没有设置相关参数反而显示该DeprecationWarning 。 不过,我手工指定了这个就没显示了:
warnings.filterwarnings("ignore", category=DeprecationWarning)
tqsdk:'3.2.9' python:3.9.7
https://github.com/shinnytech/tqsdk-python/blob/6b51b4efba798f04196c19b776adac25d66d0bce/tqsdk/channel.py#L47