ReSample does not work with Python 3.8

Issue #181 new
Former user created an issue

When trying to create the sample of a video I got the error:

Traceback (most recent call last): File "S:\Big Folder\Xbox 360\Gfy-pyrescene-ce0dea22d210\resample\srs.py", line 266, in main t0 = time.clock() AttributeError: module 'time' has no attribute 'clock' Unexpected Error: module 'time' has no attribute 'clock'

A quick google seems to show that starting python 3.8, The function time.clock() has been removed, after having been deprecated since Python 3.3:

I therefore tried again using python 3.6 all worked fine.

Comments (0)

  1. Log in to comment