sensepost / objection

๐Ÿ“ฑ objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

No matching distribution found for prompt_toolkit #398

Closed Ap0k4L1p5 closed 4 years ago

Ap0k4L1p5 commented 4 years ago

image

I just newly installed frida then want to install objection, and this happened. Is it because of the prompt_toolkit version? or its not suitable for the VM I'm using?

leonjza commented 4 years ago

To check, I installed on a fresh kali VM now and it seemed to be ok.

ยป pip3 install objection
Collecting objection
  Downloading objection-1.9.5.tar.gz (459 kB)
     |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 459 kB 3.8 MB/s
Requirement already satisfied: click in /usr/lib/python3/dist-packages (from objection) (7.0)
Collecting delegator.py
  Downloading delegator.py-0.1.1-py2.py3-none-any.whl (5.0 kB)
Requirement already satisfied: flask in /usr/lib/python3/dist-packages (from objection) (1.1.2)
Collecting frida
  Downloading frida-12.11.7.tar.gz (7.4 kB)
Collecting frida-tools>=6.0.0
  Downloading frida-tools-8.1.3.tar.gz (98 kB)
     |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 98 kB 5.7 MB/s
Collecting litecli>=1.3.0
  Downloading litecli-1.4.1-py2.py3-none-any.whl (47 kB)
     |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 47 kB 7.8 MB/s
Requirement already satisfied: prompt_toolkit<4.0.0,>=3.0.3 in /usr/lib/python3/dist-packages (from objection) (3.0.5)

...

I suggest you give a virtual environment a try, which I documented in the Wiki here: https://github.com/sensepost/objection/wiki/Installation#virtual-installation

Ap0k4L1p5 commented 4 years ago

Thanks ! Much appreciated sir.