sensepost / objection

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

Can't install objection, what's the problem? #657

Closed jimckylin closed 2 months ago

jimckylin commented 10 months ago

install in terminal:

username@192 ~ % pip3 install objection Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: objection in ./Library/Python/3.9/lib/python/site-packages (1.11.0) Requirement already satisfied: frida>=14.0.0 in ./Library/Python/3.9/lib/python/site-packages (from objection) (16.1.10) Requirement already satisfied: frida-tools>=6.0.0 in /Library/Python/3.9/site-packages (from objection) (12.3.0)

username@192 ~ % objection zsh: command not found: objection

vivek-np commented 8 months ago

same issue happening.

JiaDuo commented 6 months ago

sudo ln -s /System/Volumes/Data/Users/jiaduo/Library/Python/3.9/bin/objection /usr/local/bin/objection

IPMegladon commented 2 months ago

Please provide more information on how to replicate this. This does not appear to be an objection issue but rather related to the python environment configuration.