mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #100] Add support for EEL 0.12.X? #96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alepodj on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/100
Hello
While upgrading EEL from 0.11.x to 0.12.x via
pip install --upgrade EELthe following error is thrown:EEL installs successully, will this mean i wont be able to pack eel 0.12.x apps with auto-py-to-exe?
pip freeze
Thanks
@alepodj commented on GitHub (Jun 4, 2020):
I guess i should have tried before asking. Tried and it seems to work so far no issues.
Thanks
@brentvollebregt commented on GitHub (Jun 5, 2020):
If this application still works with the new version then I will be happy to update it - I'll test it now. The reason I had added that constraint was due to Eel previously making some changes that broke this project.