Python Forum
ModuleNotFoundError - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: ModuleNotFoundError (/thread-7608.html)



ModuleNotFoundError - amalik - Jan-17-2018

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,


RE: ModuleNotFoundError - metulburr - Jan-17-2018

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