Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#47563 - [livestreamer] Won't run at all, fails immediately with Python error

Attached to Project: Community Packages
Opened by Adam Nielsen (Malvineous) - Wednesday, 30 December 2015, 01:16 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 30 December 2015, 02:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

livestreamer won't run, and fails immediately with a Python error.

Additional info:
* package version(s): community/livestreamer 1.12.2-2, rest of system is up to date
* PYTHONPATH=/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages:

Steps to reproduce:

1. Install livestreamer
2. Run /usr/bin/livestreamer
3. See errors:

Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/enum/__init__.py", line 371, in __getattr__
return cls._member_map_[name]
KeyError: '_convert'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/livestreamer", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 34, in <module>
import platform
File "/usr/lib/python3.5/platform.py", line 117, in <module>
import sys, os, re, subprocess
File "/usr/lib/python3.5/subprocess.py", line 364, in <module>
import signal
File "/usr/lib/python3.5/signal.py", line 8, in <module>
_IntEnum._convert(
File "/usr/lib/python2.7/site-packages/enum/__init__.py", line 373, in __getattr__
raise AttributeError(name)
AttributeError: _convert

--
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 30 December 2015, 02:20 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Wednesday, 30 December 2015, 01:38 GMT
Get rid of the PYTHONPATH, that's probably what's screwing things up.
Comment by Adam Nielsen (Malvineous) - Wednesday, 30 December 2015, 02:14 GMT
Oh right, why didn't I think of that. Yes that seems to have fixed the issue, sorry for the noise!

Loading...