axitkhurana / buster

Brute force static site generator for Ghost
MIT License
802 stars 139 forks source link

Cannot install buster #89

Open kaimakes opened 7 years ago

kaimakes commented 7 years ago

I am on Arch (Manjaro) and running sudo pip install buster causes the following.

[yuki@Skarmory-Manjaro ghost]$ sudo pip install buster
[sudo] password for yuki: ------------
Collecting buster
  Using cached buster-0.1.3.tar.gz
Collecting GitPython==0.3.2.RC1 (from buster)
  Using cached GitPython-0.3.2.RC1.tar.gz
Collecting async==0.6.1 (from buster)
  Using cached async-0.6.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-vl71r_nq/async/setup.py", line 24
        print "Ignored failure when building extensions, pure python modules will be used instead"
                                                                                                 ^
    SyntaxError: Missing parentheses in call to 'print'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vl71r_nq/async/
yangcheng commented 7 years ago

you need to use python2. trypip2 install buster

gauravsitlani commented 6 years ago

Is there any way it can be installed with python3?

ensarkarabudak commented 5 years ago

I have the same problem. Solution?