forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Fail to build on Python 3.12 #752
Labels
bug
Something isn't working
Comments
D3vil0p3r
changed the title
[BUG] Fail to build by Python 3.12
[BUG] Fail to build on Python 3.12
Oct 21, 2024
@vinnybod can you please update |
@D3vil0p3r Agreed. Needs to be updated. I ran into the same issue with the version of donut-shellcode currently used. Ran into issue installing donut-shellcode
Need to change the donut version required to be 1.1 in the pyproject.toml. pyproject.toml is located in the root empire directory
We will get another error if we run the install script:
This can be fixed by generating the poetry lock file again
now re-run the install script. Success.
|
Updated donut in 5.11.6 |
@DevinCarpenter can you confirm everything works correctly now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Empire Version
5.11.5
Python Version
3.12
Operating System
Arch Linux
Database
MySQL
Current Behavior
When I build Empire from source, during the building, I get the following error:
This could be related to TheWover/donut#158
Expected Behavior
Building and installing correctly.
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: