Skip to content
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

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

Open
djenkins93 opened this issue May 1, 2024 · 1 comment
Open

Comments

@djenkins93
Copy link

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?

@m1nh101
Copy link

m1nh101 commented May 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants