关于python:安装qutebrowser – 调用_exit(1)Core file will not be generated

Installing qutebrowser - Calling _exit(1). Core file will not be generated

运行QuteBrowser-呼叫退出(1)有用的信息

python3.5pip3.5默认安装在gallium OS 16.04上。

我尝试在Gallium OS上安装QuteBrowser。由于操作系统是基于xubuntu的,所以我遵循以下步骤:

https://qutebrowser.org/doc/install.html ubuntu_16_04_lts_linux_mint_18

我使用pip3.5安装了python程序所需的所有丢失的包。我遇到了几个问题,在对堆栈溢出进行了一些研究之后,我发现了以下链接:

  • yaml not found解决了如何安装python的yaml包?

-AttributeError: module 'attr' has no attribute 's':用attributeError解决:模块'attr'没有属性's'

问题

运行QuteBrowser时使用:

1
$ python3.5 qutebrowser.py

我得到这个错误输出:

https://docs.google.com/document/d/1Mo8e6pqzajarqinqwtd2frbsctf25bycs5hmuug2c/编辑?USP =共享

我试图搜索错误并发现:

https://github.com/qutebrowser/qutebrowser/issues/3731

这个问题似乎还没有解决。


这个错误是:Could not find QtWebEngineProcess </P >

在做更多的研究,发现了这个链接: </P >

http:/ / / / github.com qutebrowser qutebrowser /问题/ 3662 </P >

这solved的错误: </P >

如:sudo或根 </P >

1
2
$ pip3.5 uninstall
$ pip3.5 install --user PyQt5==5.10.0 # Do not specify username

qutebrowser冰incredibly固定和使用Vim shortcuts。 </P >