New comment by ZyxerZyxani on void-packages repository https://github.com/void-linux/void-packages/issues/35630#issuecomment-1058033878 Comment: You install it using pip3, not xbps. so the steps are: ``` sudo xbps-install python3-pip pip3 install gruvbox-factory ``` Do not use sudo on the pip3 command.