You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/Programs/appmon-master $ sudo python appmon.py
Traceback (most recent call last):
File "appmon.py", line 22, in <module>
import database as db
File "/home/arya/Programs/appmon-master/database/__init__.py", line 18, in <module>
import dataset, json, time, htmlentities
File "/usr/local/lib/python2.7/dist-packages/dataset/__init__.py", line 3, in <module>
from dataset.database import Database
File "/usr/local/lib/python2.7/dist-packages/dataset/database.py", line 14, in <module>
from alembic.migration import MigrationContext
ImportError: No module named alembic.migration
The text was updated successfully, but these errors were encountered:
I'm trying to use Appmon on my Linux machine. I did install all the dependencies by running
sudo -H pip install argparse frida flask termcolor dataset --upgrade
But I get the following error when I run it.
Any idea what is wrong?
The text was updated successfully, but these errors were encountered: