python 安装 memcache

方式一:

python3 -m pip install python-memcached

方式二:

pip3 install python-memcached

方式三:

tar zxf python-memcached-1.58.tar.gz

cd python-memcached-1.58

python3 setup.py install

原文地址:https://www.cnblogs.com/pangguoping/p/5678708.html