Package Details: addic7ed-cli 1.4.6-1

Git Clone URL: https://aur.archlinux.org/addic7ed-cli.git (read-only, click to copy)
Package Base: addic7ed-cli
Description: Addic7ed command-line interface
Upstream URL: https://github.com/BenoitZugmeyer/addic7ed-cli
Licenses: Expat
Submitter: blat
Maintainer: AlK
Last Packager: AlK
Votes: 7
Popularity: 0.000000
First Submitted: 2014-01-18 10:59 (UTC)
Last Updated: 2019-08-26 20:29 (UTC)

Latest Comments

« First ‹ Previous 1 2

AlK commented on 2015-01-24 22:24 (UTC)

Thanks! That's fixed.

GeneMarston commented on 2015-01-24 22:12 (UTC)

It returns the following for me: Traceback (most recent call last): File "/usr/bin/addic7ed", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources But once I reinstalled python2-setuptools it worked like a charm. May be python2-setuptools should be a dependency, instead of just being makedepend?

AlK commented on 2014-09-22 18:53 (UTC)

@tank it works for me even if I don't have certifi installed. Do you still have this issue?

tanj commented on 2014-09-08 19:01 (UTC)

Fails with the latest system upgrade: Traceback (most recent call last): File "/usr/bin/addic7ed", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2872, in <module> working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 449, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 745, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: certifi

AlK commented on 2014-07-13 15:36 (UTC)

Thanks, fixed

qwerty12 commented on 2014-07-12 21:00 (UTC)

Thank you very much for this! However, python2-setuptools should be a makedepend

AlK commented on 2014-02-28 10:07 (UTC)

Note: For those who have a bunch of errors like this: "/usr/lib/python2.7/site-packages/<modulename>/* exists in filesystem" Please remove the previously installed module before installing the new one with: "sudo rm -r /usr/lib/python2.7/site-packages/<modulename>"