ericvsmith / dataclasses

Apache License 2.0
587 stars 53 forks source link

can not install on python 3.8 or high #157

Closed jacksonjim closed 4 years ago

jacksonjim commented 4 years ago

ERROR: Package 'dataclasses' requires a different Python: 3.8.2 not in '>=3.6, <3.7'

ericvsmith commented 4 years ago

dataclasses is built in to python 3.7+, so there's no need to install it there.

jacksonjim commented 4 years ago

dataclasses is built in to python 3.7+, so there's no need to install it there.

OK, but it will alert error in install info! thanks