我通过pip安装谷歌云存储模块。它作为独立进口正常。
>>> import google.cloud.storage
如果导入在我正在运行的文件中,则导入正常。如果我从导入它的另一个模块导入文件,则不会导入。
python dag.py list_tasks
File "/home/test/hecks/airflow-dags/dags/extract/api_extract.py", line 3, in <module>
from google.cloud.storage import Client
ImportError: No module named cloud.storage
答案 0 :(得分:0)
重复的模块名称。与已安装的软件包冲突。