memcache使用过程中的一次bug解决 删除原有python包memcache,安装python-memcached。运行python代码使用memcache过程中出现bug。删除指令:pip uninstall memcache。
关于AttributeError: type object ‘SQLAlchemy‘ has no attribute ‘Model‘的排障 AttributeError: type object 'SQLAlchemy' has no attribute 'Model'