Something is off with the 3.11 support of dev-python/markupsafe-2.1.2. Python 3.9 and 3.10 work well, 3.11 does not: # xargs -n1 < /var/db/pkg/dev-python/markupsafe-2.1.2/USE | grep python | sort -V python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 # python3.9 -c 'import markupsafe' # python3.10 -c 'import markupsafe' # python3.11 -c 'import markupsafe' Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'markupsafe' # python3.11 --version Python 3.11.3
Build log, please. It works just fine here. Do you have /usr/lib/python3.11/site-packages/markupsafe?
Works just fine now for some reason, closing as invalid for now.
PS: Yes I did have /usr/lib/python3.11/site-packages/markupsafe but no build log.