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

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? #97

Open
cardom opened this issue Aug 11, 2023 · 1 comment

Comments

@cardom
Copy link

cardom commented Aug 11, 2023

I'm receiving this error launching brigadier on a Mac (M2 MacBookPro):

./brigadier     
  File "/Users/username/Downloads/brigadier-0.2.6/./brigadier", line 26
    print "%s\n" % msg
    ^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I'm using Python 3.11.4.
MacOs Ventura version 13.5.

@Ricotan-Linus
Copy link

If U use this, you should run by 2.7

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

2 participants