martenlienen / icml-nips-iclr-dataset

Papers, authors and author affiliations from ICML, NeurIPS and ICLR 2006-2023
34 stars 14 forks source link

where is dataclasses? #2

Closed xiaohanhaowei closed 3 years ago

xiaohanhaowei commented 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.

martenlienen commented 3 years ago

dataclasses are a new-ish python feature and require at least python 3.7.