Cuckoo-AWS icon indicating copy to clipboard operation
Cuckoo-AWS copied to clipboard

jsonschema setup.py fails

Open gabsist opened this issue 1 year ago • 0 comments

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

My issue is:

Hello! I was installing cuckoo sandbox AWS following the required steps, but when I execute setup.py when I have an error... i search for a fix but I don't find anything

My Cuckoo version and operating system are:

I use the yaml in my AWS environment, so I use the AMI provided for the dev

This can be reproduced by:
The log, error, files etc can be found at:

Installed /home/ec2-user/cuckoo-aws Processing dependencies for Cuckoo==2.0.6.2 Searching for jsonschema Reading https://pypi.org/simple/jsonschema/ Downloading https://files.pythonhosted.org/packages/36/3d/ca032d5ac064dff543aa13c984737795ac81abc9fb130cd2fcff17cfabc7/jsonschema-4.17.3.tar.gz#sha256=0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d Best match: jsonschema 4.17.3 Processing jsonschema-4.17.3.tar.gz

The following error has occurred while trying to install Cuckoo!

Traceback (most recent call last): File "setup.py", line 129, in do_setup setuptools.setup(**kwargs) File "/home/ec2-user/cuckoo-aws/venv/lib/python2.7/site-packages/setuptools/init.py", line 162, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python2.7/distutils/core.py", line 166, in setup raise SystemExit, "error: " + str(msg) SystemExit: error: Couldn't find a setup script in /tmp/easy_install-7ZDF6Q/jsonschema-4.17.3.tar.gz

gabsist avatar Dec 01 '22 06:12 gabsist