googletrans problems in python
Quentin Bock
qberz2005 at gmail.com
Tue Apr 13 10:25:11 EDT 2021
so I've been experiencing problems with googletrans in python and just
found a solution that actually works for me. If you have not tried this
option and are having problems with googletrans try this method:
*This may work for some and not other I'm too sure
install googletrans 3.1.0
using pip it should be like this
pip install googeltrans==3.1.0a0
this should give a working googletrans to those like me who were struggling
with finding a working version of it.
More information about the Python-list
mailing list