FS#63037 - [pychess] Missing dependency: python-websockets

Attached to Project: Community Packages
Opened by Christoph Wegener (cwegener) - Saturday, 29 June 2019, 12:17 GMT
Last edited by Alexander F. Rødseth (xyproto) - Monday, 29 July 2019, 08:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pychess does not launch after installation due to missing dependency 'python-websockets'

Additional info:
* package version: 1.0.0-2
* config and/or log files etc.

Steps to reproduce:

1. pacman -S pychess
2. pychess

/usr/bin/pychess:17: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, Gdk
Traceback (most recent call last):
File "/usr/bin/pychess", line 200, in <module>
from pychess.Main import PyChess
File "/usr/lib/python3.7/site-packages/pychess/Main.py", line 36, in <module>
from pychess.Savers.remotegame import get_internet_game_as_pgn
File "/usr/lib/python3.7/site-packages/pychess/Savers/remotegame.py", line 8, in <module>
import websockets
ModuleNotFoundError: No module named 'websockets'
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Monday, 29 July 2019, 08:54 GMT
Reason for closing:  Fixed
Comment by Antonio Rojas (arojas) - Saturday, 29 June 2019, 12:26 GMT Comment by Alexander F. Rødseth (xyproto) - Monday, 29 July 2019, 08:54 GMT
Thanks for reporting, the updated package will appear in [community] shortly.

Loading...