Closed Atuna closed 3 years ago
这是Python3.10的一个变更导致的: `d:\tmp\python-3.8.10-embed-amd64>python Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
import collections print(collections.MutableMapping)
:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working `
这只能降低Python版本,或者像你做的升级protobuf版本。高版本的protobuf没有测试过,但只要兼容低版本应该是可以用的。
计划近期解决这个问题。
系统环境:macOS 安装方式: pip install futu-api 版本: Ver.5.9.2108 日志:
但当我升级protobuf到3.19.0时,这个问题就可以解决,但在这个commit里有提到说“目前群反馈高版本可能会出问题”,不确定具体指什么问题?