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
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
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!