Package Details: python-pylibmc-git r598.4cda09a-1

Git Clone URL: https://aur.archlinux.org/python-pylibmc-git.git (read-only, click to copy)
Package Base: python-pylibmc-git
Description: Quick and small memcached client for Python
Upstream URL: https://github.com/lericson/pylibmc
Licenses: custom:BSD-3-Clause
Conflicts: python-pylibmc
Provides: python-pylibmc
Submitter: None
Maintainer: None
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2009-08-22 23:12 (UTC)
Last Updated: 2022-02-25 20:10 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

micwoj92 commented on 2020-09-11 16:08 (UTC)

nvm, reinstalled libmemcached and it fixed error

micwoj92 commented on 2020-09-11 16:04 (UTC) (edited on 2020-09-11 16:05 (UTC) by micwoj92)

git should be added to makedepends. Also getting error when compiling

In file included from src/_pylibmcmodule.c:34:
src/_pylibmcmodule.h:42:10: fatal error: libmemcached/memcached.h: No such file or directory
   42 | #include <libmemcached/memcached.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
==> ERROR: A failure occurred in package_python-pylibmc-git().

<deleted-account> commented on 2011-02-18 08:36 (UTC)

done

korin43 commented on 2011-02-17 20:24 (UTC)

Can you update this to use the new python2? The difference is in the depends list, and also the "python setup.py" needs to be "python2 setup.py".