Open inv0ke opened 6 years ago
Same problem here, cant get the requirements installed on my kali machine.
Same problem here.I had not this problem.I removed my kali machine and installed the same iso again(kali linux 2018).but this time I have this error and sqliv doesn’t work.I tried installing kali several times but still same problem exist.please help
Sent with GitHawk
@GoodBlokeAri @Aalscholver I found the solution.if you still have the problem tell me
Sent with GitHawk
@fk6989 Yes. Let me know
@GoodBlokeAri what I say is tested on kali linux 2018.first go to this path and show the folders by ls
command and take a screenshot and post it here
Path: /user/local/lib/python2.7/dist-packages
Sent with GitHawk
@fk6989 Just tell me how you fixed it please 😄
@GoodBlokeAri the problem is that “nyawc” is not installed and won’t be.because of “sphinx-better-theme.013”.so I recieves installed folder of ‘nyawc’ and copied to the python path.can you get a nyawc installed folder?from a friend?if not give me your email address so I can send you this file.after that you run this command :pip install --upgrade nyawc
.then run python sqliv.py
.maybe you get this error : ImportError: No module named requests_toolbelt
.if you got that run pip install request_toolbet
then run sqliv again.and the problem is over.but firat of all you should install sqliv.then do what I said
Sent with GitHawk
Here's a fix tried on Kali 2018.1 Download sphinx-better-theme 0.1.5 https://pypi.python.org/pypi/sphinx-better-theme Install it python setup.py install
Then Download nyawc 1.8.0 https://pypi.python.org/pypi/nyawc/ After downloading we need to edit the requirements file Change sphinx-better-theme==0.13 to sphinx-better-theme==0.1.5 There's no version 0.13, version 0.1.5 is the only released one Then install nyawc python setup.py install It works
i solved this issue by just install this pip install sphinx-better-theme pip install nyawc
and it works
Installed from git using git clone and install method listed.