我無法導入google.cloud.speech導入錯誤:沒有名爲模塊google.cloud
from google.cloud import speech
我一直在使用安裝了它:
pip install --upgrade google-cloud-speech -t dir-name
這是給我下面的錯誤,而將其導入來自dir-name
ImportError: No module named google.cloud
谷歌包與所有子包是存在那裏但沒有__init__ .py在每個子包中也是如此。
如何導入此包而不在包文件夾中添加__init__ .py?
PS:我也嘗試從__future__導入absolute_import,但它不工作。
我也有同樣的錯誤 - 創建專用的虛擬環境幫助。 – Khozzy