mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #458] python3.11 crossover #362
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 @PingalPie on GitHub (Feb 4, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/458
Originally assigned to: @PingalPie on GitHub.
Quick Checks
Describe the bug
autopytoexe does not work in python3.11 as autopytoexe imports
getargspecfrominspectmodule which was removed in python3.11To Reproduce
Error:
Expected behavior
Run perfectly fine
Your Environment:
python --version): 3.11.5pip show auto-py-to-exe): 2.42.0pip show pyinstaller): 6.3.0pip show eel): 0.16.0@github-actions[bot] commented on GitHub (Feb 4, 2024):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Feb 4, 2024):
What version of
bottledo you have installed? I recommend trying 0.12.25.@PingalPie commented on GitHub (Feb 5, 2024):
I was using bottle: 0.12.15
after updating bottle to 0.12.25
it was solved and worked perfectly fine