fastmonkeys / stellar

Fast database snapshot and restore tool for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar errors after upgrading to 0.4.3

vendion opened this issue · comments

After upgrading Stellar to 0.4.3 with Python 3.4.3 on OSX 10.10.4 I get the following error message after running any stellar commands:

Traceback (most recent call last):
  File "/usr/local/bin/stellar", line 7, in <module>
    from stellar.command import main
ImportError; no module named 'stellar.command'

I didn't see any error messages from pip when upgrading, I even tried uninstalling Stellar and reinstalling it but still no error.

Could this be an issue with the Python installation itself? Stellar only seems to do this on my Macbook, under Linux it seems to work correctly. Anyway I can test to see if it is a problem with Python itself?

Interestingly after upgrading my Python installation to 3.5.0 and reinstalling Stellar (due to Python 3.4.x and Python 3.5.x differences) Stellar seems to be working again.