honeynet / apkinspector

APKinspector is a powerful GUI tool for analysts to analyze the Android applications.
826 stars 243 forks source link

ImportError: No module named ipapi #17

Open OfirD1 opened 6 years ago

OfirD1 commented 6 years ago

I know that a similar issue has been addressed (#7), but the solution suggested there - to downgrade ipython - seems not possible.

I tried running: pip install ipython-0.10.2 But I get: Could not find a version that satisfies the requirement ipython-0.10.2 (from versions: ) No matching distribution found for ipython-0.10.2

Any help?

cha12ju commented 5 years ago

I know this question was posted a year and a half ago, but just in case someone else has an issue with it. You have to find ipython 0.10.2, extract it, then you can install it by using "python setup.py install" This will install that version and it should work.