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

Kali Linux 2017.2 - install fail #29

Closed
ds2k5 opened this issue Oct 6, 2017 · 3 comments
Closed

Kali Linux 2017.2 - install fail #29

ds2k5 opened this issue Oct 6, 2017 · 3 comments

Comments

@ds2k5
Copy link

ds2k5 commented Oct 6, 2017

Hello,
using Kali Linux 2017.2

root@kaliOS:~# pip install objection
Collecting objection
Could not find a version that satisfies the requirement objection (from versions: )
No matching distribution found for objection

Installed python packages:
list.txt

did git clone https://github.com/sensepost/objection

root@kaliOS:~# pip install /root/objection/
Processing ./objection
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-lOwQdW-build/setup.py", line 8
def _package_files(directory: str, suffix: str) -> list:
^
SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-lOwQdW-build/

How to fix this ?
Thanks

@leonjza
Copy link
Member

leonjza commented Oct 6, 2017

Hey,

Make sure you are using a python3 environment. Basically, pip3 install objection should be all you need.

For more information, check out the installation wiki article: https://github.com/sensepost/objection/wiki/Installation#prerequisites

@ds2k5
Copy link
Author

ds2k5 commented Oct 6, 2017

Thanks:

apt-get install python3-pip
pip3 install /root/objection

@leonjza
Copy link
Member

leonjza commented Oct 8, 2017

Assuming this is fixed now. Feel free to add more details if you are not winning.

@leonjza leonjza closed this as completed Oct 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants