ChileanVirtualObservatory / acalib

Advanced Computing for Astronomy Library
http://acalib.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 13 forks source link

Acalib import error #78

Closed madiazp closed 6 years ago

madiazp commented 6 years ago

I installed acalib with the following commands:

 su - $USER -c "git clone https://github.com/ChileanVirtualObservatory/acalib.git"
 su - $USER -c "cd /home/$USER/acalib && git checkout devel && /home/$USER/conda/bin/pip  install -e ."

and I get this error in a jupyterhub-notebook when import:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-72aa9cf42e28> in <module>()
----> 1 import acalib

~/acalib/acalib/__init__.py in <module>()
      1 from __future__ import absolute_import
      2 
----> 3 from .algorithms import *
      4 from .io import *
      5 from .upi import *

~/acalib/acalib/algorithms/__init__.py in <module>()
      2 from .clumpfind import ClumpFind
      3 from .gms import GMS
----> 4 from .roise import RoiSE
      5 from .stacking import Stacking
      6 from .represent import HRep

ImportError: cannot import name 'RoiSE'
Legutier commented 6 years ago

Changed indexing name to RoiSE.