alexrudy / astropyephem

A wrapper for pyephem using Astropy tools
3 stars 0 forks source link

Install doesn't work #2

Closed cdeil closed 9 years ago

cdeil commented 9 years ago

I wanted to try this out, but install doesn't work (with Python 3.4):

$ git clone git@github.com:alexrudy/astropyephem.git
Cloning into 'astropyephem'...
remote: Counting objects: 702, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 702 (delta 3), reused 0 (delta 0)
Receiving objects: 100% (702/702), 160.49 KiB | 0 bytes/s, done.
Resolving deltas: 100% (385/385), done.
Checking connectivity... done.
$ cd astropyephem/
$ python setup.py install --user
Traceback (most recent call last):
  File "setup.py", line 19, in <module>
    from astropy.setup_helpers import (register_commands, adjust_compiler,
ImportError: No module named 'astropy.setup_helpers'

I don't have time to look what's wrong ... probably you need to update the files from the package-template? There's some info here: http://astropy.readthedocs.org/en/latest/development/affiliated-packages.html

alexrudy commented 9 years ago

I think I fixed this problem! I actually had updated this before replying to your mailing list post, but I had forgotten to push the changes! Can you try again?

cdeil commented 9 years ago

Install and test now works ... thanks!