* bug#74991: qutebrowser 3.3.1 - Fatal error: PyQt6.QtCore could not be imported
@ 2024-12-20 1:20 emacs.is.my.life
2024-12-22 20:28 ` Rodion Goritskov
2024-12-24 3:31 ` bug#74991: Problem fixed...! emacs.is.my.life
0 siblings, 2 replies; 3+ messages in thread
From: emacs.is.my.life @ 2024-12-20 1:20 UTC (permalink / raw)
To: 74991
Hello
I updated my guix system and qutebrowser does not work since then.
When I try to run qutebrowser I get the following error pop-up:
Fatal error: PyQt6.QtCore is required to run qutebrowser but could
not be imported! Maybe it's not installed?
The error encountered was: libzstd.so.1: cannot open shared object
file: No such file or directory
Please search for the python3 version of Python3 version of
PyQt6.QtCore in your distributions packages, or see
https://github.com/qutebrowser/qutebrowser/blob/main/doc/install.asciidoc
If you installed a qutebrowser package for your distribution,
please report this as a bug.
Qt wrapper info:
PyQt6: success
PyQt5: not imported
-> selected: PyQt6 (via autoselect)
Best
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#74991: qutebrowser 3.3.1 - Fatal error: PyQt6.QtCore could not be imported
2024-12-20 1:20 bug#74991: qutebrowser 3.3.1 - Fatal error: PyQt6.QtCore could not be imported emacs.is.my.life
@ 2024-12-22 20:28 ` Rodion Goritskov
2024-12-24 3:31 ` bug#74991: Problem fixed...! emacs.is.my.life
1 sibling, 0 replies; 3+ messages in thread
From: Rodion Goritskov @ 2024-12-22 20:28 UTC (permalink / raw)
To: 74991
Hi!
I tried running qutebrowser on the following Guix
> guix da94cd1
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: da94cd1ea69559a80d291c6a574b0f23e30c64f2
Running with the following command in pure container:
> guix shell --pure -CN -E "^DISPLAY$" -E "^XAUTHORITY$"
> --expose="$XAUTHORITY" --share=/tmp/.X11-unix/ qutebrowser bash --
> bash -c "LIBGL_ALWAYS_SOFTWARE=1 qutebrowser"
Qutebrowser starts successfully and opens the default search engine page.
In your error I find odd the following line:
> The error encountered was: libzstd.so.1: cannot open shared object
Maybe there is something wrong with the store?
I am not an expert there, but you could try:
> sudo guix gc --verify=repair
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#74991: Problem fixed...!
2024-12-20 1:20 bug#74991: qutebrowser 3.3.1 - Fatal error: PyQt6.QtCore could not be imported emacs.is.my.life
2024-12-22 20:28 ` Rodion Goritskov
@ 2024-12-24 3:31 ` emacs.is.my.life
1 sibling, 0 replies; 3+ messages in thread
From: emacs.is.my.life @ 2024-12-24 3:31 UTC (permalink / raw)
To: 74991
Hello
Problem was that PyQt6 couldn't load libzstd.so.1 so Qutebrowser
couldn't start.
It was due to pyqt6 installed from pip.
I removed pyqt6 installed from pip and now qutebrowser works fine.
Thank you
Best
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-24 3:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20 1:20 bug#74991: qutebrowser 3.3.1 - Fatal error: PyQt6.QtCore could not be imported emacs.is.my.life
2024-12-22 20:28 ` Rodion Goritskov
2024-12-24 3:31 ` bug#74991: Problem fixed...! emacs.is.my.life
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).