I tried to get a bit more information of the cause of this error by creating a log file and this is the output
ERROR:db.py:1150:_open: fe_sendauth: no password supplied
Traceback (most recent call last):
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/bin/desi_pipe", line 14, in <module>
p = PipeUI()
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/py/desispec/scripts/pipe.py", line 73, in __init__
getattr(self, args.command)()
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/py/desispec/scripts/pipe.py", line 186, in create
nside=args.nside)
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/py/desispec/pipeline/control.py", line 179, in create
authorize=db_postgres_authorized)
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/py/desispec/pipeline/db.py", line 1122, in __init__
self.initdb()
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/py/desispec/pipeline/db.py", line 1215, in initdb
with self.cursor(skipcheck=True) as cur:
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/conda/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
File "/global/common/software/desi/cori/desiconda/20190804-1.3.0-spec/code/desispec/master/py/desispec/pipeline/db.py", line 1183, in cursor
cur = self._conn.cursor()
AttributeError: 'NoneType' object has no attribute 'cursor'
Hi,
@alxogm and I are trying to run the minitest notebook and it goes well up cell 42 of https://github.com/desihub/desitest/blob/master/mini/minitest.ipynb
where it gets an Assertion Error:
I tried to get a bit more information of the cause of this error by creating a log file and this is the output
Any help is appreciated