Skip to content
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

Lionhearted won't launch after install on Kali 1.09 #398

Closed
macubergeek opened this issue Feb 23, 2015 · 5 comments
Closed

Lionhearted won't launch after install on Kali 1.09 #398

macubergeek opened this issue Feb 23, 2015 · 5 comments

Comments

@macubergeek
Copy link

when i launch it with ./owtf.py

I get this error

Traceback (most recent call last):
File "./owtf.py", line 41, in
verify_dependencies(os.path.dirname(os.path.abspath(sys.argv[0])) or '.')
File "/opt/owtf/framework/dependency_check.py", line 57, in verify_dependencies
owtf_libraries = [req.req.project_name for req in owtf_reqs]
File "/usr/local/lib/python2.7/dist-packages/pip/req/req_file.py", line 19, in parse_requirements
"parse_requirements() missing 1 required keyword argument: "
TypeError: parse_requirements() missing 1 required keyword argument: 'session'

@Ahiknsr
Copy link
Contributor

Ahiknsr commented Feb 24, 2015

hey @macubergeek , this is a known issue and this has been fixed but it not a part of new release yet . To fix it run, from owtf directory

wget https://raw.githubusercontent.com/owtf/owtf/master/framework/dependency_check.py -O framework/dependency_check.py

or use master branch as it is quite stable

@viyatb
Copy link
Member

viyatb commented Mar 1, 2015

As @Ahiknsr said, this is due to a missing python-pip upgrade which requires a separate sessions parameter while parsing files for requirements. The fix is in the trunk, please use the master branch :)

@viyatb viyatb closed this as completed Mar 1, 2015
@jaylinski
Copy link

please release a new minor version with this fix included.

@flabbergastedbd
Copy link
Contributor

@jaylinski We are working for it. Progress can be tracked on develop branch

@jaylinski
Copy link

ok, thanks for the quick feedback :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants