w3af icon indicating copy to clipboard operation
w3af copied to clipboard

error in PyGithub setup command: use_2to3 is invalid.

Open skm248 opened this issue 2 years ago • 3 comments

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 avatar Apr 01 '22 17:04 skm248

@andresriancho need your help here

skm248 avatar Apr 07 '22 11:04 skm248

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

zbentley avatar Jul 11 '22 19:07 zbentley

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

codders avatar Sep 14 '23 06:09 codders