如何解决此问题?
点开这个链接,忽略pycharm的警告,将其内的第二行的
from collections import Iterable
改为
from collections.abc import Iterable
即可解决