We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI. I am getting a syntaxerror when running the script:
[desarrollo-01@centos-d01 video-thumbnail-generator]$ ./generator --help File "./generator", line 42 print "Extracting", int(videoFileClip.duration / interval), "frames" ^ SyntaxError: invalid syntax I am using python 3.6 on centos 8. pip dependence's install looks normal.
[desarrollo-01@centos-d01 video-thumbnail-generator]$ ./generator --help File "./generator", line 42 print "Extracting", int(videoFileClip.duration / interval), "frames" ^ SyntaxError: invalid syntax
Thanks you!
The text was updated successfully, but these errors were encountered:
hey @GermanZun I suspect that this will not work on py3. Do you want to give it a shot using py2?
Sorry, something went wrong.
No branches or pull requests
HI. I am getting a syntaxerror when running the script:
[desarrollo-01@centos-d01 video-thumbnail-generator]$ ./generator --help File "./generator", line 42 print "Extracting", int(videoFileClip.duration / interval), "frames" ^ SyntaxError: invalid syntax
I am using python 3.6 on centos 8. pip dependence's install looks normal.
Thanks you!
The text was updated successfully, but these errors were encountered: