Package Details: yin-yang-git 3.3.r9.gde1f3eb-1

Git Clone URL: https://aur.archlinux.org/yin-yang-git.git (read-only, click to copy)
Package Base: yin-yang-git
Description: Auto Nightmode for KDE, Gnome, Budgie, VSCode, Atom and more
Upstream URL: https://github.com/oskarsh/Yin-Yang
Licenses: MIT
Conflicts: yin-yang
Provides: yin-yang
Submitter: neverix
Maintainer: xiota
Last Packager: xiota
Votes: 4
Popularity: 0.000000
First Submitted: 2019-03-19 09:36 (UTC)
Last Updated: 2023-12-15 10:36 (UTC)

Latest Comments

1 2 3 Next › Last »

xiota commented on 2025-02-12 16:12 (UTC)

This package shouldn't require separate venv. Consider removing it if it causes problems again. Otherwise, good you figured it out.

kamisolo commented on 2025-02-12 05:12 (UTC) (edited on 2025-02-12 05:16 (UTC) by kamisolo)

It was weird.

I had installed all dependencies but then I realized Yin-yang use it's own .vdev. Using that env I install missing dependencies and then was able to run Yin-yang.

Didn't understand quite well. Not sure how or when the env change

xiota commented on 2025-02-12 01:22 (UTC)

Have you installed python packages directly using pip? If so, search internet for how to remove them. Otherwise, you have latest python version and no error when loading the module from command line, so this package should be working.

kamisolo commented on 2025-02-11 23:44 (UTC)

How can I check that??

xiota commented on 2025-02-11 23:44 (UTC)

Could you have a virtual env interfering with python?

kamisolo commented on 2025-02-11 23:17 (UTC)

Getting the same error

xiota commented on 2025-02-11 23:10 (UTC)

I have no idea. I'm not able to replicate your error.

Since you have the chaotic-aur repo installed, have you tried using the prebuilt package: sudo pacman -S chaotic-aur/yin-yang

kamisolo commented on 2025-02-11 22:59 (UTC) (edited on 2025-02-11 23:00 (UTC) by kamisolo)

python --version is 3.13.1

but I'm not getting any output on python -c 'import PySide6'

xiota commented on 2025-02-11 22:56 (UTC) (edited on 2025-02-11 23:10 (UTC) by xiota)

What is output in terminal when you run python --version and python -c 'import PySide6'?

kamisolo commented on 2025-02-11 22:52 (UTC) (edited on 2025-02-11 22:56 (UTC) by kamisolo)

Not sure what do you mean @xiota

I do the following:

$ yay yin-yang

choose option: 3 aur/yin-yang-git 3.3.r9.gde1f3eb-1 (+4 0.00)

extra packages:

Package (7)                 New Version  Net Change

extra/clang                 19.1.7-1     197.75 MiB
extra/compiler-rt           19.1.7-1      43.92 MiB
extra/llvm                  19.1.7-1     112.08 MiB
extra/shiboken6             6.8.2.1-1      3.41 MiB
extra/pyside6               6.8.2.1-1     55.36 MiB
chaotic-aur/python-suntime  1.3.2-2.1      0.03 MiB
extra/python-systemd        235-4          0.35 MiB

...

Package (1)   New Version         Net Change

yin-yang-git  3.4.r15.g51d40b1-1    0.18 MiB

And installs correctly. No Error output.

Then in konsole when I try to run it is when I get this:

$ yin-yang
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/opt/yin-yang/yin_yang/__main__.py", line 9, in <module>
    from PySide6 import QtWidgets
ModuleNotFoundError: No module named 'PySide6'

Python version:

python --version
Python 3.13.1
python3 --version
Python 3.13.1