31👍
I’ve talked to the friendly folks at Heroku and it seems like my requirements.txt setup was causing all the havoc. Don’t use a requirements file in root that imports from another requirements file! At least for pylibmc that’s not working because libmemcached doesn’t get bootstrapped if there is no explicit line with pylibmc in the root requirements file. I hope this will help others avoid wasting the 10 hrs I’ve spent on this problem. Yay!
10👍
You need libmemcached
installed.
You don’t need the development headers or anything, the regular ones are more than enough!
If you can’t install libmemcached, you can’t install pylibmc. Sorry about that but there’s not much to do about it.
There is a way to get around this but it’s a crap idea so message me if you want the details.
4👍
Have you tried something like libmemcached-dev, memcached-dev ? You need SOURCES of libmemcached !
- Installed Virtualenv and activating virtualenv doesn't work
- Templating with Javascript or Django?
- Django – Overriding get_form to customize admin forms based on request
- Django. Error message for login form
- Django cms – invalid block tag endblock
- How do you update a Django Form Meta class fields dynamically from the form constructor?
- Django on Heroku – Broken Admin Static Files
- Passing a user, request to forms