Closed C0uchpotato closed 1 year ago
Same here, install doesnt work with the same package causing the issue!
Same error here
Adding more information, this seems to happen on systemd-mergedusr and systemd-desktop profiles
adding "PYTHON_SINGLE_TARGET -python3_10 and python3_11" then running emerge -auqDN @world allows the script to finish.
I also added some to the package.mask file, but i'm not sure if that had an effect.
Seems like this was an issue with that stage3 tarball of last week, but apparently that has already been fixed in the meantime. I was able to install with desktop-systemd profile fine right now.
Perfect, thank you!
Script fails after "emerge --verbose sys-kernel/dracut sys-kernel/gentoo-kernel-bin app-arch/zstd"
The issue seems to be a dependency issue with inflect, pydantic, and autocommand all trying to build for both python 3_10 and 3_11. Would it be best to force a single python version for the sake of continuing the installl? (Ex. overriding the profile default via "PYTHON_SINGLE_TARGET in package.use)