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?
I'm testing this on Arch Linux. Pip succesfully installed the app. After running
stellar
orstellar init
, I get the following stack trace:Should I run this app with a different python version?