You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to suggest to changing shebang from #!/usr/bin/env python to #!/usr/bin/env python2
#!/usr/bin/env python2 makes explicit which version is required. Users with a setup of both python2 and python3 have a choice whether they want to link their python to python2 or python3