The whole installation should be fixed by now (including the dependencies). The package is finally pip-free. Solutions to any problems encountered when upgrading package to the pip-free version will be pinned in the comments.
Thanks for patience.
Git Clone URL: | https://aur.archlinux.org/yin-yang.git (read-only, click to copy) |
---|---|
Package Base: | yin-yang |
Description: | Light/dark theme switcher for Linux. Supports popular Desktops, text editors and more! |
Upstream URL: | https://github.com/oskarsh/Yin-Yang |
Keywords: | bright color dark day night theme |
Licenses: | MIT |
Conflicts: | yin-yang-git |
Provides: | yin-yang |
Submitter: | JokaJukka |
Maintainer: | JokaJukka |
Last Packager: | JokaJukka |
Votes: | 7 |
Popularity: | 0.87 |
First Submitted: | 2022-10-10 10:39 (UTC) |
Last Updated: | 2024-03-17 18:47 (UTC) |
The whole installation should be fixed by now (including the dependencies). The package is finally pip-free. Solutions to any problems encountered when upgrading package to the pip-free version will be pinned in the comments.
Thanks for patience.
error: could not find all required packages:
pyqt6 (wanted by: yin-yang)
qt6 (wanted by: yin-yang)
If you encounter problem with installing package dependencies (pacman error "exists in filesystem"), please first run
sudo pip3 uninstall pyside6 shiboken6 PySide6-Addons PySide6-Essentials
. This will remove globally installed packages via pip3.
Added all packages as dependencies and removed pip3. This should resolve all remaining conflicts.
Hey, can you please add pyside6 as a dependency? This will allow the application to use the native widget style. It might be necessary to remove the installation from pip before, but I am not sure.
More information would be helpful. Please feel free to DM me.
Can't install package, seems to be conflicting with itself.
This warning is present in the official script too: https://github.com/oskarsh/Yin-Yang/blob/master/scripts/install.sh#L7 (as you can see, here is the script also running as root).
Feel free to discuss this warning with the author on their GitHub repo.
Defaulting to user installation because normal site-packages is not writeable
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Installer should be fixed now.
Pinned Comments
JokaJukka commented on 2023-05-07 18:15 (UTC)
Unfortunatelly all python packages are installed for specific minor version; hence when you update from 3.10 to 3.11, they are missing, even if they are displayed as installed on your system. This has nothing to do with yin-yang specifically. You can manually fix it by following this comment (it will work for all python-based packages):
https://www.reddit.com/r/archlinux/comments/136uxj8/comment/jirdbal/?utm_source=share&utm_medium=web2x&context=3
JokaJukka commented on 2022-10-24 09:31 (UTC) (edited on 2022-10-24 09:32 (UTC) by JokaJukka)
If you encounter problem with installing package dependencies (pacman error "exists in filesystem"), please first run
sudo pip3 uninstall pyside6 shiboken6 PySide6-Addons PySide6-Essentials
. This will remove globally installed packages via pip3.JokaJukka commented on 2022-10-10 11:03 (UTC)
Please do note that I'm not the author of this app. For fastest support possible, please contact author directly via GitHub Issues:
https://github.com/oskarsh/Yin-Yang/issues