Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'dataclasses' #2

Closed
wish-ez opened this issue Nov 3, 2020 · 2 comments
Closed

ModuleNotFoundError: No module named 'dataclasses' #2

wish-ez opened this issue Nov 3, 2020 · 2 comments

Comments

@wish-ez
Copy link

wish-ez commented Nov 3, 2020

File "C:\defi\venv\lib\site-packages\etherscan\enums\fields_enum.py", line 1, in
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'

Add depending, please.

@github-actions
Copy link

github-actions bot commented Nov 3, 2020

Thanks for reporting this issue, we are on it :)

@pcko1
Copy link
Owner

pcko1 commented Nov 3, 2020

Hi, dataclasses is a builtin Python package that comes with Python 3.7+. The recommended Python version for this repository is 3.8. Kindly make sure your version conforms to this, otherwise create an environment from scratch as instructed in the README.md file.

@pcko1 pcko1 closed this as completed Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants