Scanner-and-Patcher icon indicating copy to clipboard operation
Scanner-and-Patcher copied to clipboard

No matching distribution found for sys

Open TFSID opened this issue 1 year ago • 5 comments

Bug I dont know why i can't install it on my kali linux

Error ERROR: Could not find a version that satisfies the requirement sys (from versions: none)
ERROR: No matching distribution found for sys

Screenshots image

Linux

  • OS: Kali Purple (VirtualBox)

TFSID avatar Jun 22 '23 02:06 TFSID

@TFSID I'm very sorry for any confusion caused. There is a misunderstanding regarding the installation of the sys module. Please note that the sys module is a built-in module in Python, and it does not require installation via pip or any other package manager.

When you encounter the error message "No matching distribution found for sys," it usually means that you are attempting to install a package that is not available on the Python Package Index (PyPI) because it is a built-in module.

In the case of the sys module, you don't need to install it separately since it is already available within the Python installation. You can directly import and use it in your Python scripts without any installation steps.

If you are experiencing issues with other packages or modules, please provide the specific details, including the command you are using and the error messages you are receiving, so I can assist you further.

And 2 years back these modules didn't come built-in when I was creating this and testing so I created this requirement txt but now you don't need the requirement because all the modules are built in Python so very very sorry for the inconvenience.

Malwareman007 avatar Jun 22 '23 07:06 Malwareman007

Your requirements.txt file lists built-in modules. That's the real issue.

michaelbehan avatar Jun 23 '23 15:06 michaelbehan

@michaelbehan @TFSID I have updated it you check Redme file now Thank you for bringing this to my attention. I appreciate your help .

Malwareman007 avatar Jun 23 '23 15:06 Malwareman007

@Malwareman007 I'm not seeing the update yet.

The problem is in the setup/requirements.txt file. It currently holds modules that are built-in. I believe this is the proper list:

requests
termcolor
PyCryptodome
dnslib
selenium
colorama

michaelbehan avatar Jun 23 '23 15:06 michaelbehan

@michaelbehan Ooo sorry for that one i just forget i have fixed it can u check for main scanner or full scanner there is no requirement need so u can proceed now Thank you and if you are doing bug bounty then I recommend using TechViper for stored XSS

Malwareman007 avatar Jun 23 '23 15:06 Malwareman007