snare / voltron

A hacky debugger UI for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Module: 'imp' not found, Is there a solution to this issue?

djenkins93 opened this issue · comments

I was attempting to relink voltron with my gdb tool but I keep running into this error when trying to link gdb with the "entry.py" file--is there a war to fix this problem?

The 'imp' module is deprecated and has been removed sync python 3.12. You may have two options to fix this problem.

  1. Downgrade your python to lower than 3.12.
  2. Clone scruffy and migrate imp module to importlib module. And manually install this package with setup.py