Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install buster #89

Open
kaimakes opened this issue Feb 15, 2017 · 3 comments
Open

Cannot install buster #89

kaimakes opened this issue Feb 15, 2017 · 3 comments

Comments

@kaimakes
Copy link

kaimakes commented Feb 15, 2017

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
Copy link

you need to use python2. trypip2 install buster

@gauravsitlani
Copy link

Is there any way it can be installed with python3?

@ensarkarabudak
Copy link

I have the same problem. Solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants