flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 394 forks source link

Astra Installation in Kali #121

Open vijaycoolbuddy opened 3 years ago

vijaycoolbuddy commented 3 years ago

Followed the steps mentioned in the documentation. I am getting the below error. Please look into this.

\ astra_1

madmd5 commented 2 years ago

Any update on this? I followed the install instructions today, but I'm receiving the same error message as above.

sanba06c commented 2 years ago

I encountered the same issue.

KTiby commented 2 years ago

Hi here,

I managed to solve this problem by installing pymongo library specifically on python2. By default when you install pymongo on kali, the installation will happen on python3.

I hope this will help you.

sanba06c commented 2 years ago

Hi here,

I managed to solve this problem by installing pymongo library specifically on python2. By default when you install pymongo on kali, the installation will happen on python3.

I hope this will help you.

Can you instruct me on how to install it with python2? Thank you.

KTiby commented 2 years ago

sudo apt update sudo apt install python-pip python2.7 -m pip install pymongo