| Summary: | net-misc/streamlink missing dependency | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Techwolf <techwolf.lupindo> |
| Component: | Current packages | Assignee: | tsmksubc |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | iskatu, proxy-maint |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
See progress on https://github.com/gentoo/gentoo/pull/2975 Seems to be fixed? Techwolf, can you please re-test with latest version? No answer, so closing. |
When starting steamlink, it errors out due to missing dependency ~ $ streamlink Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/streamlink", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3015, in <module> @_call_aside File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2999, in _call_aside f(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3028, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 657, in _build_master return cls._build_from_requirements(__requires__) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 670, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 849, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'requests<2.12.0,>=1.0' distribution was not found and is required by streamlink