-
Notifications
You must be signed in to change notification settings - Fork 4
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
invalid syntax #9
Comments
Hi @fluancefg Can you try running this alternative script and see if you still get the same error?
|
Looking at the error message Can you please run |
Same result
2017-03-28 17:36 GMT+02:00 Kabir <notifications@github.com>:
… Hi @fluancefg <https://github.com/fluancefg> Can you try running this
alternative script and see if you get the same error?
curl https://raw.githubusercontent.com/kabirbaidhya/pglistend/master/setup/setup.py | sudo python
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGoUKamx5PyjZjcSaxaaCHH5KjYwi4XGks5rqSkHgaJpZM4Mrw7n>
.
|
This is exactly what I was thinking. However, I did not find any
requirements or any information about Python version on the website.
As I'm running it on Arch Linux, I have Python 3.5.2 installed.
I'll try to run it in a virtual python environment.
2017-03-28 17:45 GMT+02:00 Kabir <notifications@github.com>:
… Looking at the error message SyntaxError: invalid syntax I think the
error is due to python version.
Can you please run python --version and see if its 3.x.x or 2.7.x?
Actually, we've built it based upon python 2.7 so I think we need to do a
patch if it doesn't work when python3 is default.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGoUKYdEUxKOR3D4_cxdvARRVm-kAyw6ks5rqSsrgaJpZM4Mrw7n>
.
|
Okay, I'll fix this and will do a patch shortly. Thanks. |
Hi,
I've tried to install and launch the application, but I get the following error:
The text was updated successfully, but these errors were encountered: