doomedraven / Tools

Combination of different utilities, have fun!
MIT License
202 stars 96 forks source link

Installing components from requirements.txt would fail on Debian 10.8 #83

Closed dmoore44 closed 3 years ago

dmoore44 commented 3 years ago

When running the installer script, I encountered an issue installing components from requirements.txt.

Specifically, the fireeye-capa package (line 39) requires vivisect, which requires pyqtwebservice, which would cause the failure.

Instead of the normal pip3 install -r requirements.txt invocation, I wound up installing the required components like this: cat ./CAPEv2/requirements.txt | sed -e '/^\s*#.*$/d' -e '/^\s*$/d' | xargs -n 1 pip3 install.

doomedraven commented 3 years ago

thank you, but as you might read in script is for ubuntu, no debian, debian always giving problems with software