As End of Life of Python 2.7 is near and Python 2.6 is even dead it would be better to make it Python 3 compatible , in that case , snap library should be updated to py3.6 version.
Possible Fix:
Rewrite the whole program for Python 3 , or Make it Python 3 compatible or use tools such as 2to3
update wget https://snap.stanford.edu/snappy/release/snap-4.0.0-4.0-centos6.5-x64-py2.6.tar.gz to wget http://snap.stanford.edu/snappy/release/beta/snap-5.0.9-64-3.0-centos6.5-x64-py3.6.tar.gz in install-snap-python.sh and setup.sh scripts files
Problem:
As End of Life of Python 2.7 is near and Python 2.6 is even dead it would be better to make it Python 3 compatible , in that case , snap library should be updated to py3.6 version.
Possible Fix:
wget https://snap.stanford.edu/snappy/release/snap-4.0.0-4.0-centos6.5-x64-py2.6.tar.gz
towget http://snap.stanford.edu/snappy/release/beta/snap-5.0.9-64-3.0-centos6.5-x64-py3.6.tar.gz
ininstall-snap-python.sh
andsetup.sh
scripts files