Does not work. People use master branch, instead of 2.0.0
Search Criteria
Package Details: lyvi-git v2.0.0.g20206f4-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-01-21)
| Package Base: | lyvi-git |
|---|---|
| Description: | Command-line lyrics (and more!) viewer |
| Upstream URL: | http://ok100.github.io/lyvi/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | OK100 |
| Maintainer: | OK100 |
| Last Packager: | OK100 |
| Votes: | 14 |
| First Submitted: | 2012-07-06 05:27 |
| Last Updated: | 2014-06-21 09:58 |
Dependencies (8)
- python-glyr-git
- python-psutil
- python-urwid
- git (make)
- python-pip (make)
- python-dbus (optional) – mpris support
- python-gobject (optional) – mpris support
- python-pillow (optional) – background support
Required by (0)
Sources
Latest Comments
Comment by hawk07
Comment by devzero
Sorry, I get errors when trying to build this. I also tried the non-git version of the package and had the same problem.
$ makepkg -s
...
==> Starting package()...
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from setuptools import setup
TypeError: source code string cannot contain null bytes
==> ERROR: A failure occurred in package().
Aborting...
Comment by stormdragon2976
I'm not sure how to fix this, I tyhink a package may be missing from depends. Here's the error:
Traceback (most recent call last):
File "/usr/bin/lyvi", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2749, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 444, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 725, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 628, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: plyr
Comment by breed808
Needs python-pip added as a dependency
Comment by unlucu
A patch is needed due to replacement of python2-imaging with python2-pillow. Line containing "import Image" must be converted to "from PIL import Image". Then it works otherwise command gives import error.