python3.5
和pip3.5
默认安装在gallium OS 16.04
我尝试在镓操作系统上安装qutebrowser。由于操作系统基于xubuntu,我按照以下步骤操作:
我使用pip3.5
来安装python程序所需的所有缺少的包。我遇到了几个问题,在对Stack Overflow进行一些研究之后,我找到了这些链接:
yaml not found
:已解决https://qutebrowser.org/doc/install.html#_ubuntu_16_04_lts_linux_mint_18 - AttributeError: module 'attr' has no attribute 's'
:已解决How do I install the yaml package for Python?
当我使用:
运行qutebrowser时$ python3.5 qutebrowser.py
我收到此错误输出:
AttributeError: module 'attr' has no attribute 's'
我试图搜索错误并找到了:
https://docs.google.com/document/d/1mO8e6PQzAJArqINQwTd2FrBScTTf25BYcSS5hMuUg2c/edit?usp=sharing
似乎这个问题还没有解决。
答案 0 :(得分:1)
错误是:Could not find QtWebEngineProcess
经过更多研究后,我发现了这个链接:
https://github.com/qutebrowser/qutebrowser/issues/3662
这解决了错误:
sudo 或 root :
$ pip3.5 uninstall
$ pip3.5 install --user PyQt5==5.10.0 # Do not specify username
Qutebrowser非常快,并使用vim快捷方式。