2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘

2020.12.13更新:
在python脚本中引入谷歌翻译

捣腾成功,但是感觉这个翻译有点鸡肋。
!注意:这个不要科学上网

  1. 报错如下:

2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘_第1张图片
2. 参考链接如下

  • Python3 使用googletrans报错,‘NoneType‘ object has no attribute
    ‘group‘

  • python3.6下调用googletrans翻译超时报错问题解决(改为py_translator+修改源码)

  • googletrans已停止工作,错误是“NoneType”对象没有属性“group”

  1. 尝试
    (1) 卸载googletrans ,安装py-googletrans
    在这里插入图片描述
    ① 下载如下所示:
    在这里插入图片描述
    2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘_第2张图片
    ② 报错
    【查了好久,人都晕了,不确定是不是像下图一样导入,python import 如何引入当前目录的.py文件?】
    2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘_第3张图片

(2)安装py_translator
2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘_第4张图片
① 下载包出错
在这里插入图片描述
② 试过一下方法,都没用,已经走火入魔了…

  • 【python】Python安装pip出错:no matching distribution found for
    xxx
    在这里插入图片描述
  • python模块安装问题:no matching distribution found for XXX 或者 Read timed
    out.
    在这里插入图片描述
  • pytranslator的Python项目详细描述
    2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘_第5张图片

里面是有道…T-T,感觉都不是同一个包了

PS:如果有谁发现了我的错误,并且评论告诉我,我会很感激的!

你可能感兴趣的:(2020-12-8 pycharm googletrans AttributeError: ‘NoneType‘ object has no attribute ‘group‘)