pythonでGoogle翻訳のAPIを使おうと思ったんですけどgoogletransがimportができませn
python
1from googletrans import Translator 2translator = Translator() 3print(translator.translate('Blühe, deutsches Vaterland'))
エラーメッセージ
Traceback (most recent call last):
File "c:/Users/ka5ry_000/Documents/python/邪魔/googletrans.py", line 1, in <module>
from googletrans import Translator
File "c:\Users\ka5ry_000\Documents\python\邪魔\googletrans.py", line 1, in <module>
from googletrans import Translator
ImportError: cannot import name 'Translator' from partially initialized module 'googletrans' (most likely due to a circular import) (c:\Users\ka5ry_000\Documents\python\邪魔\googletrans.py)
Pythonのバージョンは3.8.1
Windows8
pip installはできています
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/15 08:38