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

Can't find cement module #17

Open
ghost opened this issue Sep 26, 2016 · 2 comments
Open

Can't find cement module #17

ghost opened this issue Sep 26, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 26, 2016

Despite installing the needed Python packages, using Appimager still fails with:

Traceback (most recent call last):
  File "./appimager", line 2, in <module>
    from core import app
  File "/home/tomascw/Projects/appimager/core/app.py", line 1, in <module>
    from cement.core.foundation import CementApp
ImportError: No module named 'cement'
@chrisnharvey
Copy link
Owner

How did you install the Python packages? Are you running Python 3?

This seems to workj for me:

pip install -r /path/to/appimager/requirements.txt

@chrisnharvey
Copy link
Owner

@tomascw I have just tagged the first alpha release of AppImager. Could you run it from your CLI and let me know what output you get?

./AppImager

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