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/23 14:45:34 UTC

[GitHub] [airflow] LvffY commented on issue #10191: Unable to log into an Azure blob storage

LvffY commented on issue #10191:
URL: https://github.com/apache/airflow/issues/10191#issuecomment-678782972


   I finally found my problem. It cames from a bad installation of azure dependencies. 
   
   If you fall into the same problem as me, you should see in your scheduler logs an error like `Cannot import module name 'BlockBlobService'`. 
   
   I solved my problem by running `pip install azure-storage==0.36` in my airflow env
   
   I'm closing the issue 


----------------------------------------------------------------
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