lcu-api
lcu-api copied to clipboard
Running on Python3
I have my python 3.8.2 installed on my windows, when excecuting the script, this error message popped up.
No module named 'exceptions'
And I found out that exceptions package was removed since python 3.6. Which version should I run to make the script properly work or is there any modification I could do?