mrtolkien / leaguepedia_parser

A parser for the Leaguepedia website, focused on gathering esports data.
MIT License
71 stars 18 forks source link

import issue #7

Closed FioraL closed 4 years ago

FioraL commented 4 years ago

Hi, I have installed this package, but when I tried to import it in python or Ipython in the command line, they also show that error " cannot import name 'TypedDict' from 'typing' (/Users/a/anaconda3/lib/python3.7/typing.py)"

mrtolkien commented 4 years ago

You need python 3.8 or higher

mrtolkien commented 4 years ago

I’ve added the required python version in the setup.py so it should automatically warn the user if they try to import it on python 3.7.