Can somebody do a apt-get install aerospike-amc-community and get it installed cause the dependencies should get resolved automatically, if the sources.list are correct. I downloaded the .deb and put it in a private repo.
I followed the docs and amc gets installed successfully, if i install everything separately as the docs say, but when i do a apt-get install it fails with error
“Depends: Python (>= 2.6) but it is not installable”
even though python-2.7 is already installed by default on wheezy.
When you run: python --version is it 2.7? I think the default is 3.x in Debian 7. Also does Debian 7 use systemd? AMC may also have problems with that too.
Yes, We will change Python to python in package information, though we are able to install AMC on Debian 7.8.
Can you please specify OS version which you were using?