0

我在 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'
4

1 回答 1

0

我发现我需要使用更高版本的 python 我使用的是 python 3.6,我开始使用更高版本的 python,比如 3.10,现在它工作得很好

于 2022-02-05T10:01:53.980 回答