python-memcached
python-memcached copied to clipboard
Can't install on aws ami linux 2
I'm getting the following error on trying to install through python setup.py install
running install
running bdist_egg
running egg_info
writing python_memcached.egg-info/PKG-INFO
writing dependency_links to python_memcached.egg-info/dependency_links.txt
writing requirements to python_memcached.egg-info/requires.txt
writing top-level names to python_memcached.egg-info/top_level.txt
reading manifest file 'python_memcached.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.rst'
warning: no files found matching 'MakeFile'
warning: no previously-included files matching '.pyc' found anywhere in distribution
warning: no previously-included files matching '.gitignore' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
writing manifest file 'python_memcached.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying python_memcached.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_memcached.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_memcached.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_memcached.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_memcached.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
Traceback (most recent call last):
File "setup.py", line 35, in