ImportError: No module named memcache
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
没有找到windows下的memcache,我们就用linux下的包来安装
先下载memcache linux下的安装包
ftp://ftp.tummy.com/pub/python-memcached/python-memcached-latest.tar.gz
地址从 这里 找到的
windows 下:
rar解压后文件夹下有
setup.py
memcache.py
memcache.pyc
启动cmd,cd到setup.py所在目录
执行下面的命令
python setup.py install
linux:
rz上传到自己的目录
tar zxf python-memcached-latest.tar.gz
解压后多出一个文件夹: python-memcached-1.53
cd python-memcached-1.53
python setup.py install
之后就自动安装了
然后就可以使用memcache,就这么easy
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)