Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named alembic.migration #73

Open
arya6000 opened this issue Apr 9, 2018 · 0 comments
Open

ImportError: No module named alembic.migration #73

arya6000 opened this issue Apr 9, 2018 · 0 comments

Comments

@arya6000
Copy link

arya6000 commented Apr 9, 2018

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?

~/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant