Memcached on Heroku w/ Django : can't install pylibmc / memcacheify

后端 未结 4 573
自闭症患者
自闭症患者 2021-02-05 12:45

I\'ve spent a lot of time on this and it\'s clearly beyond my newbie understanding/skills. I tried to install django-heroku-memcacheify with pip install, which throws errors. I

4条回答
  •  清歌不尽
    2021-02-05 13:09

    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.

提交回复
热议问题