Cuckoo: Installing Cuckoo using pip

Created on 17 Apr 2018  路  3Comments  路  Source: cuckoosandbox/cuckoo

Thanks for creating an issue! But first: did you read our community guidelines?
https://cuckoo.sh/docs/introduction/community.html

My issue is: I am not able to install cuckoo using pip
My Cuckoo version and operating system are: Cuckoo-2.0.5.3 , MacOS X
This can be reproduced by: pip install -U cuckoo
The log, error, files etc can be found at:

Collecting cuckoo
Downloading https://files.pythonhosted.org/packages/bb/a9/c8b6f47dc5aeb7aa0efdeb67fdac0091f3ebbc9dbe3a551fc19d56438556/Cuckoo-2.0.5.3.tar.gz (3.4MB)
100% |鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅鈻堚枅| 3.4MB 358kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/j2/djqnj6sx2sbfp9bqwsgwzb3r0000gn/T/pip-install-m1ul_ji7/cuckoo/setup.py", line 107
print " This particular error may be resolved as follows:"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print " This particular error may be resolved as follows:")?

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

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/j2/djqnj6sx2sbfp9bqwsgwzb3r0000gn/T/pip-install-m1ul_ji7/cuckoo/

Most helpful comment

cuckoo is py2 not py3, so you should sudo pip2 install cuckoo

All 3 comments

cuckoo is py2 not py3, so you should sudo pip2 install cuckoo

Thank You @doomedraven

Thanks for reporting the issue, I've committed a check when setup.py is being ran with Python 3 which then raises a hard error. This will be pushed in a bit and should prevent future users from running into the same issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thanhtunghcm picture thanhtunghcm  路  3Comments

Clevero picture Clevero  路  6Comments

ness993 picture ness993  路  7Comments

rodkinal picture rodkinal  路  6Comments

PointerWild picture PointerWild  路  8Comments