You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/19 16:33:06 UTC

[GitHub] [airflow] ipeluffo commented on pull request #10391: Amazon SES Hook

ipeluffo commented on pull request #10391:
URL: https://github.com/apache/airflow/pull/10391#issuecomment-676531467


   It seems that `CI Build / Backport packages` is still failing with this error:
   ```
   ERROR: There were some import errors
   
   ----------------------------------------
   Traceback (most recent call last):
     File "/import_all_provider_classes.py", line 61, in import_all_provider_classes
       _module = importlib.import_module(module_name)
     File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 678, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "/usr/local/lib/python3.6/site-packages/airflow/providers/amazon/aws/hooks/ses.py", line 24, in <module>
       from airflow.utils.email import build_mime_message
   ImportError: cannot import name 'build_mime_message'
   
   ----------------------------------------
   ```
   
   I'm not sure what I'm missing here 🤔 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org