Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModuleNotFoundError
#1
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,
Reply
#2
install it with pip install absl-py from your OS prompt
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020