from collections import namedtuple, MappingImportError: cannot import name 'Mapping' from 'collections' (D:\python38\Lib\collections --init__.py)

发布时间 2023-04-22 08:46:36作者: peijiao

 

from collections import namedtuple, MappingImportError: cannot import name 'Mapping' from 'collections' (D:\python38\Lib\collections --init__.py)

出现以上错误:底层报错了,重新安装python环境,重新选择新安装的环境即可解决。