tce-load -i compiletc python3.11-dev python3.11-setuptools wget https://files.pythonhosted.org/packages/7e/99/7690b6d4034fffd95959cbe0c02de8deb3098cc577c67bb6a24fe5d7caa7/markupsafe-3.0.3.tar.gz cd markupsafe-3.0.3 edit pyproject.toml replace license = "BSD-3-Clause" license-files = ["LICENSE", "AUTHORS"] by license = {text = "BSD-3-Clause"} python3.11 setup.py build sudo python3.11 setup.py install --root=/tmp/pkg