You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have forked the project and have accommodated the changes in my repo: https://github.com/MohammedAdain/Axeman. Please feel free to use my version of axeman.
Best I can tell, because construct is pinned to v2.9.52 (1abed7c), it means this code is only compatible up to Python v3.11.
construct 2.9.52 is trying to import
imp
which is removed in Python 3.12Here is trying to install with Python 3.12.3:
The text was updated successfully, but these errors were encountered: