Library update with the Full Python 3 version

I’m encountering an error with the current installed version of the googletrans library (3.0.0), which produces the following message: “AttributeError: ‘NoneType’ object has no attribute”. As a result, I would like to upgrade to the newer version, specifically googletrans==3.1.0a0. However, I am currently using the “Full Python 3” version and prefer not to switch to the “Python 3.0 (Beta)” version just for this update. Could you please provide guidance on how I can install the latest version of the library (googletrans==3.1.0a0 or googletrans==4.0.0rc1) without switching to a different version of Python?