Eel version
Please state the version of Eel you're using. None
Describe the bug
Can not install Eel
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Eel Installs!
Screenshots
https://pastebin.com/jCuATWs9
Desktop (please complete the following information):
Additional context
Trying to install 'Auto-py-to-exe' (uses this' and i was getting an error, I decided to install the 2 dependencies separately, 'pyinstaller' and this. Pyinstaller installed without an issue, but trying to install this causes an error.
From the error msg. you posted it looks like you are using python3.8 on windows.
Not sure about the combatibility of eel with python3.8. (I use 3.6, it works fine with it).
Couple of things I can suggest is:
I'm not the best with this side of working with python, in regards to your suggestions:
Changing the python version to 3.6.8 seemed to fix it. I didn't have to do any of the other bits, apart from the virtual environment.
Thanks for your help :)