Bug 1780948

Summary: [abrt] git-cola: module(): __init__.py:178:<module>:qtpy.PythonQtError: No Qt bindings could be found
Product: [Fedora] Fedora Reporter: afonsobordado
Component: git-colaAssignee: Oliver Ilian <oliver>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 31CC: allanlewis99, ananduraj32, antonioev, curneon, davvid, fedora, giliardlourenco, moceap, oliver, ppdha82, ry, soeren.grunewald
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/946a1fb93b4f7a296533a9507dd608c0eed1eaaa
Whiteboard: abrt_hash:4c630ec3a80f310cbed87261ea146350fe34b813;VARIANT_ID=workstation;
Fixed In Version: git-cola-3.4-4.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-15 20:32:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cpuinfo
none
File: environ
none
File: mountinfo
none
File: namespaces
none
File: open_fds none

Description afonsobordado 2019-12-08 16:48:49 UTC
Description of problem:
I installed git-cola using `sudo dnf install git-cola`
When running with `git cola` I get that error

What fixed it for me was installing `python3-pyside2-devel` by running `sudo dnf install python3-pyside2-devel`

Version-Release number of selected component:
git-cola-3.4-2.fc31

Additional info:
reporter:       libreport-2.11.3
cgroup:         0::/user.slice/user-1000.slice/user/gnome-shell-wayland.service
cmdline:        /usr/bin/python3 /usr/bin/git-cola
crash_function: module
exception_type: ModuleNotFoundError
executable:     /usr/bin/git-cola
interpreter:    python3-3.7.5-1.fc31.x86_64
kernel:         5.3.14-300.fc31.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
#1 [/usr/share/git-cola/lib/qtpy/__init__.py:172] <module>

Potential duplicate: bug 1759352

Comment 1 afonsobordado 2019-12-08 16:48:53 UTC
Created attachment 1643046 [details]
File: backtrace

Comment 2 afonsobordado 2019-12-08 16:48:54 UTC
Created attachment 1643047 [details]
File: cpuinfo

Comment 3 afonsobordado 2019-12-08 16:48:56 UTC
Created attachment 1643048 [details]
File: environ

Comment 4 afonsobordado 2019-12-08 16:48:57 UTC
Created attachment 1643049 [details]
File: mountinfo

Comment 5 afonsobordado 2019-12-08 16:48:59 UTC
Created attachment 1643050 [details]
File: namespaces

Comment 6 afonsobordado 2019-12-08 16:49:00 UTC
Created attachment 1643051 [details]
File: open_fds

Comment 7 Deukhyun Park 2020-01-14 09:24:54 UTC
*** Bug 1790808 has been marked as a duplicate of this bug. ***

Comment 8 Giliard Lourenço 2020-01-21 11:28:57 UTC
*** Bug 1793442 has been marked as a duplicate of this bug. ***

Comment 10 Antonio Evers 2020-02-21 02:41:55 UTC
*** Bug 1805565 has been marked as a duplicate of this bug. ***

Comment 11 Allan Lewis 2020-03-04 12:37:35 UTC
Similar problem has been detected:

I ran `git-cola --help` from a terminal.

reporter:       libreport-2.12.0
cmdline:        /usr/bin/python3 /usr/bin/git-cola --help
crash_function: module
exception_type: ModuleNotFoundError
executable:     /usr/bin/git-cola
interpreter:    python3-3.7.6-2.fc31.x86_64
kernel:         5.3.15-300.fc31.x86_64
package:        git-cola-3.4-2.fc31
reason:         __init__.py:178:<module>:qtpy.PythonQtError: No Qt bindings could be found
runlevel:       N 5
type:           Python3
uid:            1000

Comment 12 Allan Lewis 2020-03-04 12:41:20 UTC
(In reply to afonsobordado from comment #0)
> What fixed it for me was installing `python3-pyside2-devel` by running `sudo
> dnf install python3-pyside2-devel`

I found that installing just `python3-pyside2` (not `-devel`) resolved the issue.

Comment 13 Soeren Grunewald 2020-03-10 09:14:18 UTC
Similar problem has been detected:

Try to start git-cola

reporter:       libreport-2.12.0
cmdline:        /usr/bin/python3 /usr/bin/git-cola
crash_function: module
exception_type: ModuleNotFoundError
executable:     /usr/bin/git-cola
interpreter:    python3-3.7.6-2.fc31.x86_64
kernel:         5.5.8-200.fc31.x86_64
package:        git-cola-3.4-2.fc31
reason:         __init__.py:178:<module>:qtpy.PythonQtError: No Qt bindings could be found
runlevel:       N 5
type:           Python3
uid:            1000

Comment 14 Fedora Update System 2020-04-06 17:17:00 UTC
FEDORA-2020-ad7d7ce3a3 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-ad7d7ce3a3

Comment 15 Fedora Update System 2020-04-07 03:10:16 UTC
FEDORA-2020-ad7d7ce3a3 has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-ad7d7ce3a3`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-ad7d7ce3a3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 16 Ben Boeckel 2020-04-10 13:36:34 UTC
*** Bug 1778660 has been marked as a duplicate of this bug. ***

Comment 17 Ben Boeckel 2020-04-10 13:37:00 UTC
*** Bug 1768231 has been marked as a duplicate of this bug. ***

Comment 18 Fedora Update System 2020-04-15 20:32:59 UTC
FEDORA-2020-ad7d7ce3a3 has been pushed to the Fedora 31 stable repository.
If problem still persists, please make note of it in this bug report.