Created attachment 907017 [details] emerge log when I'm trying to emerge dev-lang/python-3.13.0 it fails with sandbox access violation at /usr/lib/pypy3.10/urllib/__pycache__/ python-3.12 emerges fine, this problem appears only with 3.13 in `eselect ptyhon` pypy3 is selected, also in make.conf I have: PYTHON_TARGETS="${PYTHON_TARGETS} pypy3" PYTHON_SINGLE_TARGET="${PYTHON_SINGLE_TARGET} pypy3"
Do you perhaps have PYTHONPATH set in your environment?
no, there is no PYTHONPATH in environment # grep -n PYTHONPATH /var/tmp/portage/dev-lang/python-3.13.0/temp/environment 2437: if [[ -v PYTHONPATH ]]; then 2439: mapfile -d ':' -t paths <<< ${PYTHONPATH}; 2443: eerror "Relative path found in PYTHONPATH:"; 2445: eerror " PYTHONPATH=${PYTHONPATH@Q}"; 2448: eerror "your PYTHONPATH contains absolute paths only (and only if necessary)."; 2450: eerror "PYTHONPATH) count as the current directory. If no PYTHONPATH"; 2452: die "Relative paths in PYTHONPATH are forbidden: ${x@Q}"; 2455: elog "PYTHONPATH=${PYTHONPATH@Q}";