It’s a bug in packaging. There is a difference between Python and python
I’ve solved this issue by:
- Downloading .deb package.
- mkdir -p amc/DEBIAN
- dpkg -x amc.x86_64.deb amc
- dpkg -e amc.x86_64.deb amc/DEBIAN
- Edit amc/DEBIAN/control by replacing Python with python
- Build new package with: dpkg -b amc aerospike-amc-community_3.6.2_all
Now you have properly working aerospike-amc-community_3.6.2_all.deb with AMC.
I’d love this to be fixed in upstream, but apparently AMC doesn’t have public repository/bug tracker