Skip to content

Qt library executable path #5570

Answered by The-Compiler
gogochikago asked this question in Q&A
Discussion options

You must be logged in to vote

qutebrowser uses whatever PyQt/Qt you installed with the Python you're running it. Here, it looks like you're running qutebrowser with /home/stas/.asdf/installs/python/3.8.3/bin/python3.8 which has a PyQt5 installed via pip install in /home/stas/.asdf/installs/python/3.8.3/lib/python3.8/site-packages/PyQt5.

You might want to instead install qutebrowser via pacman (given that you're on Arch), or perhaps uninstall the custom PyQt via something like /home/stas/.asdf/installs/python/3.8.3/bin/python3.8 -m pip uninstall PyQt5.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gogochikago
Comment options

Answer selected by The-Compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants