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#37072 - [livestreamer] Problem with python-requests 2.0.0

Attached to Project: Community Packages
Opened by dowe (LangY) - Thursday, 26 September 2013, 12:15 GMT
Last edited by Daniel Wallace (gtmanfred) - Thursday, 26 September 2013, 13:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since the requests update to version 2.0.0 livestreamer is broken.
Downgrading to python-requests 1.2.3 solves the issue.
Seems as if the problem is fixed in livestreamer git repo, yet there is no new release version.

Additional info:
* package version(s)
1.5.2
* config and/or log files etc.

Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2793, in <module>
working_set.require(__requires__)
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 673, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 580, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (requests 2.0.0 (/usr/lib/python3.3/site-packages), Requirement.parse('requests>=1.0,<2.0'))

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/python3.3/site-packages/pkg_resources.py", line 2797, in <module>
parse_requirements(__requires__), Environment()
File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 576, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: requests>=1.0,<2.0


Steps to reproduce:
run livestreamer
This task depends upon

Closed by  Daniel Wallace (gtmanfred)
Thursday, 26 September 2013, 13:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.5.2-2

Loading...