Skip to content

Instantly share code, notes, and snippets.

@theSekyi
Created August 14, 2019 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theSekyi/108e7d6770f4323c5ac07d8e8e069189 to your computer and use it in GitHub Desktop.
Save theSekyi/108e7d6770f4323c5ac07d8e8e069189 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/opt/conda/bin/luigi", line 10, in <module>
sys.exit(luigi_run())
File "/opt/conda/lib/python3.6/site-packages/luigi/cmdline.py", line 9, in luigi_run
run_with_retcodes(argv)
File "/opt/conda/lib/python3.6/site-packages/luigi/retcodes.py", line 70, in run_with_retcodes
with luigi.cmdline_parser.CmdlineParser.global_instance(argv):
File "/opt/conda/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
File "/opt/conda/lib/python3.6/site-packages/luigi/cmdline_parser.py", line 52, in global_instance
new_value = CmdlineParser(cmdline_args)
File "/opt/conda/lib/python3.6/site-packages/luigi/cmdline_parser.py", line 64, in __init__
self._attempt_load_module(known_args)
File "/opt/conda/lib/python3.6/site-packages/luigi/cmdline_parser.py", line 142, in _attempt_load_module
__import__(module)
ModuleNotFoundError: No module named 'vpforecast'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment