This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Description
The quickstart for datastax doesn't work anymore, the s3 files rely on quickstart-linux-utilites which unfortunately fail to install due to a version bump on pystache that doesn't support python2 anymore.
Linux utilities are deprecated: aws-quickstart/quickstart-linux-utilities#28
Error is:
Collecting pystache>=0.4.0 (from aws-cfn-bootstrap==1.4)
Downloading https://files.pythonhosted.org/packages/3f/e7/8750ba6c6101d6aa5ceeb20c013adf2c6f3554a12c71d75654b468404bfa/pystache-0.6.0.tar.gz (78kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-wuts1T/pystache/setup.py", line 183
command = f"pandoc -f markdown-smart --write=rst --output={rst_temp_path} {md_path}"
^
SyntaxError: invalid syntax