andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.57k stars 1.22k forks source link

error in PyGithub setup command: use_2to3 is invalid. #18826

Open skm248 opened 2 years ago

skm248 commented 2 years ago

When I try to install the below command getting error in PyGithub setup command: use_2to3 is invalid. error Can anyone help me? image

skm248 commented 2 years ago

@andresriancho need your help here

zbentley commented 2 years ago

You need an older setuptools version, per this answer, or a newer PyGithub version in your pip install command. The oldest version which contains the fix for this issue is 1.44.1, compare the source at the prior version (search for 2to3 in that page) with the source for 1.45.

The corresponding PyGithub issue is https://github.com/PyGithub/PyGithub/pull/1280/files

codders commented 1 year ago

Hi @saikrishnameda248 , @zbentley ,

w3af is no longer being supported, and only supports python2 (which is end-of-life). You might want to check out https://github.com/w4af/w4af