Python Forum

Full Version: ModuleNotFoundError
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am new to Python. I am trying to run a python code and getting the following error:

from absl import app

Module not found.


How can I get the required module? I am using python 2.7.14

Thanks,
install it with pip install absl-py from your OS prompt