fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Stellar errors after upgrading to 0.4.3 #51

Closed vendion closed 9 years ago

vendion commented 9 years ago

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.

vendion commented 9 years ago

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?

vendion commented 9 years ago

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.