Hello,
I am new in LSST. I have my LSST stack installed with miniconda. Currently I am trying to install the obs_decam packages so that I can pass images from DECam through the stack. But when I was using scons to build the packages after I setup pipe_tasks, I received the error which is shown below. I’d appreciate it if you can help.
Thank you
Leng
Error:
scons: Reading SConscript files …
EUPS integration: enabled
Checking who built the CC compiler…error: no result
CC is gcc version 4.4.7
Checking for C++11 support
Checking whether the C++ compiler worksno
Checking whether the C++ compiler worksyes
C++11 supported with '-std=c++0x’
Checking for C++ header file tr1/unordered_map… yes
TypeError: can only concatenate list (not “tuple”) to list:
File “home/mleng/miniconda2/opt/lsst/decam/obs_decam/SConstruct”, line 3:
scripts.BasicSConstruct(“obs_decam”, defaultTargets=scripts.DEFAULT_TARGETS + (“decam”,))