I am getting an error while installing on Windows 7 Buster a brute force static site generator for Ghost.
I am installing it using pip:
$ pip install buster
Then an error pops up:
Downloading/unpacking async==0.6.1 (from buster)
Downloading async-0.6.1.tar.gz
Running setup.py (path:C:\Users\oem\AppData\Local\Temp\pip_build_oem\async\setup.py) egg_info for package async
Traceback (most recent call last):
File "", line 17, in
File "C:\Users\oem\AppData\Local\Temp\pip_build_oem\async\setup.py", line 24
print "Ignored failure when building extensions, pure python modules will be used instead"
^SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "C:\Users\oem\AppData\Local\Temp\pip_build_oem\async\setup.py", line 24
I had a similar issue for my website.
Your python version is too high. Download and install python 2.7, and you should be good.
You also need to install wget for windows.