I am trying to use module s3, particularly S3FlagTarget and S3PathTask. But unfortunately I am getting AttributeError: 'module' object has no attribute 's3'.
I am using bleeding edge version of luigi cloned directly from github and when I go through code, then I can see that there is actually s3 file, so I don't understand this error. Does anybody has some idea what can possibly be wrong?
Thank you in advance for any help.
Best regards,
Jan
Complete error log:
WARNING: Will not schedule DataPreprocessing() or any dependencies due to error in complete() method:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/luigi-1.0.19-py2.6.egg/luigi/worker.py", line 316, in _add
is_complete = self._check_complete(task)
File "/usr/lib/python2.6/site-packages/luigi-1.0.19-py2.6.egg/luigi/worker.py", line 310, in _check_complete
return task.complete()
File "/usr/lib/python2.6/site-packages/luigi-1.0.19-py2.6.egg/luigi/task.py", line 468, in complete
outputs = flatten(self.output())
File "luigi_driver.py", line 49, in output
luigi.s3.S3FlagTarget('my-data-bucket/tokens')
--
You received this message because you are subscribed to the Google Groups "Luigi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to luigi-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.