Hello,
I’m trying to run FGCM part of Getting started tutorial part 4 and getting error message:sst.daf.butler.cli.utils ERROR: Caught an exception, details are in traceback:
Traceback (most recent call last):
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/daf_butler/gc03a7ffb89+49d5bde2b1/python/lsst/daf/butler/_butler_config.py", line 138, in __init__
butlerConfig = Config(other)
^^^^^^^^^^^^^
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/daf_butler/gc03a7ffb89+49d5bde2b1/python/lsst/daf/butler/_config.py", line 286, in __init__
self.__initFromUri(other)
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/daf_butler/gc03a7ffb89+49d5bde2b1/python/lsst/daf/butler/_config.py", line 375, in __initFromUri
content = uri.read()
^^^^^^^^^^
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/resources/gc62a4ab5da+25667260f6/python/lsst/resources/file.py", line 97, in read
with open(self.ospath, "rb") as fh:
^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/SMALL_HSC/butler.yaml'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/ctrl_mpexec/gf3af793bb1+a78a79140c/python/lsst/ctrl/mpexec/cli/cmd/commands.py", line 221, in run
pipeline = script.build(**kwargs, show=show)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/ctrl_mpexec/gf3af793bb1+a78a79140c/python/lsst/ctrl/mpexec/cli/script/build.py", line 118, in build
butler = Butler.from_config(butler_config, writeable=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/daf_butler/gc03a7ffb89+49d5bde2b1/python/lsst/daf/butler/_butler.py", line 315, in from_config
butler_config = ButlerConfig(config, searchPaths=searchPaths, without_datastore=without_datastore)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/daf_butler/gc03a7ffb89+49d5bde2b1/python/lsst/daf/butler/_butler_config.py", line 159, in __init__
raise FileNotFoundError(errmsg) from e
FileNotFoundError: [Errno 2] No such file or directory: '/SMALL_HSC/butler.yaml' (given '/SMALL_HSC/butler.yaml' and no known aliases: No repository index defined. Neither of the environment variables DAF_BUTLER_REPOSITORIES or DAF_BUTLER_REPOSITORY_INDEX was set.)
What is the source of the problem?
Thank you