While we are trying to execute with python 3.6.8 version getting below module error
from wtforms.compat import string_types, text_type
ModuleNotFoundError: No module named 'wtforms.compat'
when i tried installing or upgrading wtforms still it shows the same error
Can any one pls suggest