最近尝试使用googletrans来翻译,发现出了错:
httpcore._exceptions.ConnectError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
原因:
googletrans是由google开发出来的API,中国连网站都连不上,更别说是它开发出来的了。
无法连接Google,我也没有办法,可以改为translate库或其它。
中英翻译例子:
from translate import Translator
def translate_to_ch(eng):
try