jorhelp / Ingram

网络摄像头漏洞扫描工具 | Webcam vulnerability scanning tool
GNU General Public License v3.0
1.7k stars 273 forks source link

mac m1 安装依赖报错 #56

Open M0untainShley opened 1 year ago

M0untainShley commented 1 year ago

python3.10 -m pip install -r requirements.txt .... error: subprocess-exited-with-error

× Building wheel for unicorn (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [1 lines of output] error: [Errno 2] No such file or directory: 'cmake' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for unicorn Building wheel for colored-traceback (pyproject.toml) ... done Created wheel for colored-traceback: filename=colored_traceback-0.3.0-py3-none-any.whl size=4608 sha256=ef79b2254252fdfde6740b9cccba0135baeab08d101828da951641f4f487d268 Stored in directory: /Users/../Library/Caches/pip/wheels/0e/84/b5/8f43516633cca93567bf206c690474547a29f1f1a2e9a3882d Successfully built IPy pwn capstone intervaltree colored-traceback Failed to build unicorn ERROR: Could not build wheels for unicorn, which is required to install pyproject.toml-based projects

M0untainShley commented 1 year ago

Thank you. I'll give it a try

asm21cn commented 10 months ago

先安装cmake, 然后安装unicorn, 可能是pkg-config依赖问题