You will get an error like this when you are trying to install some package using Python this error mostly indicates the issue is due to incorrect Syntax rather than anything else
python3 -m pip install yourpackage
All you need to do is type the syntax exactly as above and once you do it, your package will be installed as shown (in this case it’s googletranslate)