duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
5.9k stars 797 forks source link

This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyjq #960

Open suprajasutti opened 1 month ago

suprajasutti commented 1 month ago

Please mention the following:

CapyBarr1 commented 1 week ago

same issue here

raghavtalwar commented 2 days ago

Hi @suprajasutti, I've resolved this error by following these steps:

  1. Install necessary packages: sudo apt-get install autoconf automake libtool
  2. Install pyjq pip3 install pyjq - This installs pyjq version 2.6.0 without any issues.
  3. Update requirements.txt: Replace pyjq version with pyjq==2.6.0
  4. Reinstall dependencies: pip3 install -r requirements.txt

Please ensure you execute these commands within the virtual environment created for cloudmapper.

Let me know if this fixes your error.