spender-sandbox / cuckoo-modified

Modified edition of cuckoo
395 stars 178 forks source link

requirements.txt file calling bad link #293

Open coonsmatthew opened 8 years ago

coonsmatthew commented 8 years ago

Hello.

When I install dependencies in the requirements.txt file sudo pip install -r requirements.txt I get an error on the pefile python module:

Collecting pefile from http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz#egg=pefile (from -r requirements.txt (line 26))
  HTTP error 404 while getting http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz#egg=pefile
  Could not install requirement pefile from http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz#egg=pefile (from -r requirements.txt (line 26)) because of error 404 Client Error: Not Found
Could not install requirement pefile from http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz#egg=pefile (from -r requirements.txt (line 26)) because of HTTP error 404 Client Error: Not Found for URL http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz#egg=pefile

Where would be an acceptable alternative download location? I do see this project https://pypi.python.org/pypi/pefile/ however, I'm not sure it is the correct version.

doomedraven commented 8 years ago

replace in requiremetns http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz#egg=pefile to pefile2

doomedraven commented 8 years ago

requirements already updated, so you jsut can update and reexecute sudo pip install -r requirements.txt