Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Unable to run the program due to AttributeError #4

Open
Manah7 opened this issue Nov 18, 2020 · 1 comment
Open

Unable to run the program due to AttributeError #4

Manah7 opened this issue Nov 18, 2020 · 1 comment

Comments

@Manah7
Copy link

Manah7 commented Nov 18, 2020

Hello everyone!
I was trying to install the program on an Ubuntu 20.04 LTS, so I have cloned the repository and installed requirements. But when I try to run the program, I have an error:

user@host:/FDsploit$ python2 fdsploit.py 
Traceback (most recent call last):
  File "fdsploit.py", line 10, in <module>
    importlib.reload(sys)
AttributeError: 'module' object has no attribute 'reload'

Do you have any idea where the error might come from? Thank you in advance for your answers!

@Eli-Tarrago
Copy link

Eli-Tarrago commented Dec 29, 2020

importlib is first introduced in python3. Using python2 is not only not supported, its end of life.

Use python3.

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

No branches or pull requests

2 participants