我在 python 中导入国际象棋并完成了项目中的所有内容,但是当我单击运行时,我发现文件中有一个非常奇怪的错误__init__.py
错误
File "D:\pythonProject\pythonProject3\venv\lib\site-packages\chess\__init__.py", line 37, in <module>
from typing import ClassVar, Callable, Counter, Dict, Generic, Hashable, Iterable, Iterator, List, Mapping, Optional, SupportsInt, Tuple, Type, TypeVar, Union
ImportError: cannot import name 'Counter'