-
Notifications
You must be signed in to change notification settings - Fork 927
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
the sip module implements API v9.0 to v9.2 but the qt module requires API v8.1 #13
Comments
We are looking into the compatibility for the latest Kali version. As this bug is related with QT, you may want to continue using Faraday with the console based UI. Take into consideration that workspace management operations (crud) won't be implemented until we come out with the next version. |
Hi @metasecdev could you please give me the exactly version of kali that you use? |
Currently using: root@Kali:/opt# uname -a |
We were not able to reproduce this. Can you verify in the latest kali version? |
2014-10-27 09:54:30,058 - launcher - INFO - Starting Faraday IDE. |
root@Kali:/opt/faraday-dev# uname -a |
root@Kali:/opt/faraday-dev# cat /etc/issue |
We are looking this issue. |
Could you please test it with the last version of Faraday? We did a lot of changes in the Faraday installation process |
i have problem install couchdb in kalilinux, any suggestions? |
Could you please provide a error log or more information? |
root@SGI-ASIA: when i try to install apt-get install couchdb repo can't find couchdb, i forget to capture because after i upgrade the dependecies have some error on kernel, the menu on kali linux missing so now re-install the kali. Thank u f-amato |
any suggestion for reporsitory kali linux? |
You should have the following repositories: root@kali:~# cat /etc/apt/sources.list |
yup i have already using this repo but still can't find couchdb. may i must use repository from debian? |
I'm pretty sure that you have a problem with you Kali. |
here this error log : W: Ignoring Provides line with DepCompareOp for package libjpeg62 The following packages have unmet dependencies:
Downloading/unpacking mockito==0.5.1 (from -r requirements.txt (line 2)) Downloading/unpacking whoosh==2.5.5 (from -r requirements.txt (line 3))
Downloading/unpacking argparse==1.1 (from -r requirements.txt (line 4)) Requirement already satisfied (use --upgrade to upgrade): IPy==0.75 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 5)) Downloading/unpacking requests==2.7.0 (from -r requirements.txt (line 7)) Downloading/unpacking tornado==3.2 (from -r requirements.txt (line 8)) Downloading/unpacking flask==0.10.1 (from -r requirements.txt (line 9))
Downloading/unpacking colorama==0.3.2 (from -r requirements.txt (line 10)) Downloading/unpacking psycopg2==2.5.4 (from -r requirements.txt (line 12))
creating pip-egg-info/psycopg2.egg-info writing pip-egg-info/psycopg2.egg-info/PKG-INFO writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application. Command python setup.py egg_info failed with error code 1 in /root/Desktop/faraday-master/build/psycopg2 |
Did you try to install using apt-get install python-faraday? |
I am getting this error with a fully updated Kali x64 instance when starting
[+] Starting faraday IDE
[] QTconfig in place
[] Running under plugin development mode!
[-] Deleting old user directory: /root/.faraday
[+] Creating user directory: /root/.faraday
[] Loading Plugins
[] Using images/icons set from user
[] Using custom user configuration
[] Cleaning up
[+] Setting up for: x86_64 on Linux
[+] Using python2.7 to run faraday.
2014-07-21 10:08:31,678 - CouchdbManager - DEBUG - Initializing CouchDBManager for url [None]
Traceback (most recent call last):
File "main.py", line 104, in
main(sys.argv)
File "main.py", line 76, in main
main_app = MainApplication(args)
File "/opt/faraday-dev/model/application.py", line 62, in init
args.gui)
File "/opt/faraday-dev/gui/gui_app.py", line 16, in create
from gui.qt3.application import GuiApp
File "/opt/faraday-dev/gui/qt3/application.py", line 13, in
import qt
RuntimeError: the sip module implements API v9.0 to v9.1 but the qt module requires API v8.1
both PyQt and sip are at
sip 4.14.2
PyQt4 4.9.6
The text was updated successfully, but these errors were encountered: