-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin not loading (Linux, NixOS) #198
Comments
@Vartroc Im quite sorry, because I have not experience in Linux and this is the first time seeing this issue. |
@Vartroc Do you have any coding experience perhaps ? You could go into the init.py code and search for the places where the QVideoWidget is mentioned |
I use NixOS which is quite exotic and thus may Not have that specific version preinstalled. I May be able to install that library without having to do any coding (I only have basic python knowledge) |
@Vartroc Let me know if it works ! |
I've also had this issue on NixOS as well when I wanted to try the addon. I don't know why, but $ nix-shell -p "python3.withPackages (ps: with ps; [ pyqt6 ])" --run "python3 -c 'from PyQt6.QtMultimediaWidgets import QVideoWidget'"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'PyQt6.QtMultimediaWidgets'
# No errors with pyside6:
$ nix-shell -p "python3.withPackages (ps: with ps; [ pyside6 ])" --run "python3 -c 'from PySide6.QtMultimediaWidgets import QVideoWidget'" In this regard, you can probably override |
error:
fastfetch:
If you need any other info, feel free to ask, but keep in mind that I am quite busy at the moment, so you may have to wait a day
The text was updated successfully, but these errors were encountered: