nahamsec / JSParser

783 stars 178 forks source link

Error in installing requirements #41

Open alamlearnN opened 3 years ago

alamlearnN commented 3 years ago

hey... when i run "pip install -r requirements.txt" this command i get error. How to fix it. Screenshot from 2020-10-19 06-47-23

rajesh457 commented 3 years ago

In my case, got the same issue, cause I was unable to install pycurl. You can manually install pycurl by the following command sudo apt-get update -y sudo apt-get install -y python-pycurl

and then install the rest of the dependencies manually, I hope it'll start working