Missing module Markupsafe on "flask run" · Issue #2462 ...
github.com › pallets › flaskSep 03, 2017 · from markupsafe import Markup, escape, soft_unicode File "c:\users\usrname\envs\venv1\lib\site-packages\markupsafe_init_.py", line 14, in from markupsafe._compat import text_type, string_types, int_types, ModuleNotFoundError: No module named 'markupsafe._compat' However markupsafe is installed in the venv: (venv1) >pip show markupsafe Name ...