doyensec / inql

InQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration.
https://doyensec.com/
Apache License 2.0
1.53k stars 158 forks source link

Not able to install inql #39

Closed santhosh12992 closed 3 years ago

santhosh12992 commented 3 years ago

jython -m pip install inql DEPRECATION: A future version of pip will drop support for Python 2.7. Collecting inql ERROR: Could not find a version that satisfies the requirement inql (from versions: none) ERROR: No matching distribution found for inql smuralik@smuralik-NUC8i7BEH:~$ python -V Python 2.7.18

thypon commented 3 years ago

Duplicate. This is due to a bug in jython, which is not able to install from pip packages anymore. Fixing this bug is out of reach for this project.

thypon commented 3 years ago

https://github.com/doyensec/inql/issues/37