fastmonkeys / stellar

Fast database snapshot and restore tool for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named 'app'

LEDfan opened this issue · comments

I'm testing this on Arch Linux. Pip succesfully installed the app. After running stellar or stellar init, I get the following stack trace:

Traceback (most recent call last):
  File "/usr/bin/stellar", line 9, in <module>
    load_entry_point('stellar==0.3.2', 'console_scripts', 'stellar')()
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 356, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2472, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2186, in load
    ['__name__'])
  File "/usr/lib/python3.4/site-packages/stellar/__init__.py", line 1, in <module>
    import app
ImportError: No module named 'app'

Should I run this app with a different python version?

You might want to run it with Python2.7 instead.

Stellar 0.4.x supports Python 3.