Closed xiaohanhaowei closed 3 years ago
RT, when I use the instruction followed by the content introduced in "README.md", I can't find the dataclasses. Here is the mistake:
from dataclasses import dataclass ModuleNotFoundError: No module named 'dataclasses'
Hope your early reply.
dataclasses are a new-ish python feature and require at least python 3.7.
RT, when I use the instruction followed by the content introduced in "README.md", I can't find the dataclasses. Here is the mistake:
Hope your early reply.