0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

No module named functools_lru_cache #108

Closed KiRyX112 closed 3 years ago

KiRyX112 commented 4 years ago

It throws this error on startup. I tried to install this package pip install backports.functools_lru_cache but it didn't help

VainlyStrain commented 3 years ago

Hey!

Unfortunately, I do not know what is causing this error. Could you please post the whole stack trace? Maybe I'll be able to conclude what's going wrong.

Greetings

alide123321 commented 3 years ago

im having the same problem

Capture

VainlyStrain commented 3 years ago

This is indeed strange. Maybe, your pip command defaults to pip3. Does the error persist if you use pip2 to install the library? If so, maybe one of the answers here is able to solve it?

If the issue still persists, maybe upgrading to TIDoS 2.0 will resolve the issue. Since it is based on Python3, it doesn't need the backports.

I hope you'll find a working and convenient solution. If so, let me know the fix :+1:

Greetings