mechaphish / setup

BSD 2-Clause "Simplified" License
19 stars 14 forks source link

Build errors #5

Closed bannsec closed 5 years ago

bannsec commented 5 years ago

I'm going to submit a PR to fix the overall building of this repo, but there are still some errors that I'm not sure where or what the correct fix would be.

This one happens a bunch

angr 8.18.10.5 has requirement ailment==8.18.10.5, but you'll have ailment 8.18.10.1 which is incompatible.
    Skipping link https://files.pythonhosted.org/packages/bf/96/d02ef8e1f3073e07ffdc240444e5041f403f29c0775f9f1653f18221082f/PyYAML-3.13-cp37-cp37m-win_amd64.whl#sha256=aa7dd4a6a427aed7df6fb7f08a580d68d9b118d90310374716ae90b710280af1 (from https://pypi.org/simple/pyyaml/); it is not compatible with this Python
    Skipping link https://files.pythonhosted.org/packages/12/9b/efdbaa3c9694b6315a4410e0d494ad50c5ade22ce33f4b482bfaea3930fd/PyYAML-4.2b4-cp27-cp27m-win32.whl#sha256=8d6d96001aa7f0a6a4a95e8143225b5d06e41b1131044913fecb8f85a125714b (from https://pypi.org/simple/pyyaml/); it is not compatible with this Python
    The package https://files.pythonhosted.org/packages/d3/f0/55f46619514a9673591f7422daa4f9c3a74d6f8ea9f6d29fe0a19bb44726/ailment-7.8.9.26.tar.gz#sha256=86cdbb509d98543b1117ee143cf25b191ef7bcec05be38470a85a874b86da15a (from https://pypi.org/simple/ailment/) (requires-python:<3.0) is incompatible with the pythonversion in use. Acceptable python versions are:<3.0
    Skipping link https://files.pythonhosted.org/packages/cf/6a/5160aa4734952b208df5c10c260cdd8ee8c6acf7d704b310120235a3e0aa/shellphish_qemu-0.9.6-py2-none-any.whl#sha256=bb9c606bd40b2f28d4655fec4962f19469f7f199045201bb96a06f7ba26a6342 (from https://pypi.org/simple/shellphish-qemu/); it is not compatible with this Python

Different versions of PyYAML are apparently not compatible with the new changes.

Attached are two error docs. There are a bunch and too much to drop in here directly.

errors.txt errors2.txt