Hi All,
I'm just trying a fresh install of tractor/astrometry, but when I try to run the examples I get this:
[djbard@ki-ls09 examples]$ python wldemo.py
Traceback (most recent call last):
File "wldemo.py", line 6, in
from tractor import
File "/u/br/djbard/LSST/great3/tractor-master/tractor/install/lib/python2.7/site-packages/tractor/init.py", line 5, in
from motion import
File "/u/br/djbard/LSST/great3/tractor-master/tractor/install/lib/python2.7/site-packages/tractor/motion.py", line 1, in
class Parallax(ArithmeticParams, ScalarParam):
NameError: name 'ArithmeticParams' is not defined
Am I missing something in my setup, or is this a bug?
-Debbie
Hi All, I'm just trying a fresh install of tractor/astrometry, but when I try to run the examples I get this:
[djbard@ki-ls09 examples]$ python wldemo.py Traceback (most recent call last): File "wldemo.py", line 6, in
from tractor import
File "/u/br/djbard/LSST/great3/tractor-master/tractor/install/lib/python2.7/site-packages/tractor/init.py", line 5, in
from motion import
File "/u/br/djbard/LSST/great3/tractor-master/tractor/install/lib/python2.7/site-packages/tractor/motion.py", line 1, in
class Parallax(ArithmeticParams, ScalarParam):
NameError: name 'ArithmeticParams' is not defined
Am I missing something in my setup, or is this a bug? -Debbie