-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to get it installed on kali linux #113
Comments
Hi! Can you try with newer Python Version, please? What is your OS version? You might have 2 Python version installed, sol the command could be Clairvoyance does not support Python earlier than 3.8. |
using the docker option gives the following error docker run --rm nikitastupin/clairvoyance https://www.thefork.com/api/graphql |
Have you tried following our troubleshooting guide? |
I checked it myself and I get this as a response with standard parameters: {"url": "https://geo.captcha-delivery.com/captcha/?initialCid=..."} It means that website has some kind of external protection (Captcha) that is getting triggered, because it's not convinced that Clairvoyance is a legitimate client. You might try to use browser headers, some cookies from the browser and other data to emulate legitimate user. I would also suggest to use the program in a slow mode. Errors are not friendly enough and we are working on it: #107. Thank you for your feedback; it helps us improve the project. |
running the installation command
pip install clairvoyance
clairvoyance https://rickandmortyapi.com/graphql -o schema.json
throws the following errors
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement clairvoyance (from versions: none)
ERROR: No matching distribution found for clairvoyance
The text was updated successfully, but these errors were encountered: