ModuleNotFoundError: No module named 'webencodings'
python -m pip install webencodings
python -c "import webencodings; print(webencodings.__version__)"
Success! webencodings version x.y.z (e.g., 2.4.0)