codalab / worksheets-examples

Examples and tutorials for CodaLab Worksheets.
38 stars 19 forks source link

compat.py calls deprecated function #6

Open yh36 opened 4 years ago

yh36 commented 4 years ago

The following error was hit when I type "cl work" in Python 3.8. File "C:\Users...\Python\Python38\site-packages\sqlalchemy\util\compat.py", line 168, in time_func = time.clock AttributeError: module 'time' has no attribute 'clock'

This attribute seems removed in Python 3.8. Could anyone fix it? https://stackoverflow.com/questions/58569361/attributeerror-module-time-has-no-attribute-clock-in-python-3-8