2021-06-10 09:32:19.981 Uncaught app exception
Traceback (most recent call last):
File “/home/appuser/venv/lib/python3.7/site-packages/streamlit/script_runner.py”, line 338, in _run_script
exec(code, module.dict)
File “/app/languagetranslator/main.py”, line 1, in
from google_trans_new import google_translator
ModuleNotFoundError: No module named ‘google_trans_new’
I encountered with this error while deploying my app.Any help will be much appreciated.
Github repo : GitHub - HarisankarSNair/LanguageTranslator: A free and unlimited python tool for language translation.Made with Streamlit and google-trans-new api. 100 % pure python.