-
Notifications
You must be signed in to change notification settings - Fork 58
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
Not Working #1
Comments
@mayankwadhwa You're trying to run a Python 3 only script with Python 2. You'll need to install Python 3 (e.g. through Homebrew) and probably modify the first line of the script to read #!/usr/bin/env python3 For @mehdidc - it may be useful to modify that line in the official source as well. (Or remove Python 3 only syntax) |
@mayankwadhwa , @kav2k Thanks ! I will make it compatible with python 2 as well. |
@mayankwadhwa It should work now for python 2 as well, could you please retry ? Thanks |
Trying to run on Ubuntu 16.04 gave me:
However I ran the setup.py script again with python3 and now it seems to work. |
Thanks man @mehdidc its working now |
Great ! I will close this issue, and create a new one for @daiwai |
Hey every time I used any command it is showing this message
The text was updated successfully, but these errors were encountered: