smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.24k stars 2.29k forks source link

Error when installing requirements for Stable Package #1883

Open cybercitizen7 opened 2 months ago

cybercitizen7 commented 2 months ago

According to the instructions provide in the documentation, I tried to run: pip install -r requirements.txt

This outputs an error when trying to install PyYAML dependency:

Collecting pyyaml<5.4.2,>=5.4.1
  Using cached PyYAML-5.4.1.tar.gz (175 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

I checked the issues pages of PyYAML, and there is still an open issue where this is not addressed correctly. Is there a workaround? Can SpiderFoot run perhaps on 5.3.1 version ?

linhnph05 commented 1 month ago

same question

linhnph05 commented 1 month ago

I solved it now, check out this thread: https://github.com/yaml/pyyaml/issues/724