Skip to content

compat.py calls deprecated function #6

@yh36

Description

@yh36

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions