1

I apparently need memcached to use pylibmc with Django but it keeps popping

fatal error C1083: Cannot open include file: 'libmemcached/memcached.h': No such file or directory

I saw this question and this one for Windows (among others) which don't have working answers, plus this question that seems to be the widely accepted answer, but on Linux..

I even tried downloading the memcached source and adding the files to my include folder directly but it always pops new errors. I can't believe I'm the only one using Django on Windows, needing pylibmc. Anyone has the answer to that issue?

NaturalBornCamper
  • 3,675
  • 5
  • 39
  • 58
  • Try installing `libmemcached-win` using the zip https://github.com/yshurik/libmemcached-win/releases/tag/1.0.18 – Nishant Patel Aug 25 '20 at 09:14
  • Thanks friend, your comment got me pas this issue, however it's looking for more libs after, and it seems pylibmc is not supported on Windows. So unless someone else has a solution, it doesn't look like this can be done – NaturalBornCamper Aug 25 '20 at 14:55
  • Yeah libmemcached is not having a proper binary for windows, i will try to setup in my windows machine today and will let you if i can clear the hurdles. – Nishant Patel Aug 26 '20 at 03:41

1 Answers1

1

Unfortunately, it seem like pylibmc is not supported on Windows. So it's possible this cannot be fixed.

NaturalBornCamper
  • 3,675
  • 5
  • 39
  • 58