Running qutebrowser - Calling _exit(1)
Useful information
python3.5 and pip3.5 are installed by default on gallium OS 16.04
I tried installing qutebrowser on gallium OS. As the operating system is based on xubuntu, I followed these steps:
https://qutebrowser.org/doc/install.html#_ubuntu_16_04_lts_linux_mint_18
I used pip3.5 to install all the missing packages the python program needed. I faced several problems and after doing some research on Stack Overflow, I found these links:
yaml not found: solved with How do I install the yaml package for Python?
-AttributeError: module 'attr' has no attribute 's': solved with AttributeError: module 'attr' has no attribute 's'
Problem
When I run qutebrowser using:
$ python3.5 qutebrowser.py
I get this error output:
https://docs.google.com/document/d/1mO8e6PQzAJArqINQwTd2FrBScTTf25BYcSS5hMuUg2c/edit?usp=sharing
I tried to search about the error and found this:
https://github.com/qutebrowser/qutebrowser/issues/3731
It seems the issue has not be solved yet.