sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.17k stars 825 forks source link

Objection throwing an error when launched #672

Open SHUBHAMD12 opened 3 months ago

SHUBHAMD12 commented 3 months ago

I have installed objection using pip3. but when i try to launch it it throws the following error. i have tried reinstalling but still getting the same issue.

image

adoyon23 commented 2 months ago

I was able to fix this issue by running pip3 install setuptools from here

SHUBHAMD12 commented 2 months ago

Thanks for your help @adoyon23

SHUBHAMD12 commented 2 months ago

FIXED.

singe commented 2 months ago

In general, it's totally worth googling error messages before opening up an issue. For e.g. https://duckduckgo.com/?q=ModuleNotFoundError%3A+No+module+named+%27pkg_resources%27