I used to use GoogleTrans but this has stopped working with this error
AttributeError: 'NoneType' object has no attribute 'group'
I then found this article googletrans stopped working with error 'NoneType' object has no attribute 'group'
I then tried to use the version by running pip install googletrans==3.1.0a0
However, as I am using Python 2.7 it does not seem to work. I am writing an Agent for Plex and therefore, I am tied in with Python 2.7..
Does anyone know of any translation libraries that still work with Python 2.7??