Arturus / kaggle-web-traffic

1st place solution
MIT License
1.82k stars 667 forks source link

ImportError: cannot import name 'Collection' #3

Closed moonlit77 closed 6 years ago

moonlit77 commented 6 years ago

When i ran : python make_features.py data/vars --add_days=63 ,got an error:

Traceback (most recent call last): File "make_features.py", line 10, in from typing import Tuple, Dict, Collection, List ImportError: cannot import name 'Collection'

I am using python 3.5 .

Arturus commented 6 years ago

I use Python 3.6, try this version